You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In situations where the Protobuf check runs, Reader.next does not perform any boundary or error checking. This can result in it trying to create an absurdly-sized array & crashing the Node process.
Example code that results in a call to Reader.next with a size of 199229795
In situations where the Protobuf check runs,
Reader.next
does not perform any boundary or error checking. This can result in it trying to create an absurdly-sized array & crashing the Node process.Example code that results in a call to
Reader.next
with a size of 199229795Output on isbinaryfile v5.0.4, node v20.18.1
The text was updated successfully, but these errors were encountered: