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
Use `sizeof()` of the zero fill flag as the byte length of the
`zeroFill` array buffer rather than `1`.
This fixes running debug builds, which have boundary checks for
typed array creations from native code enabled.
Fixes: nodejs#7140
When running a Debug build of Node.js without any arguments, the following error occurs:
Seems to be a V8 bug. Node.js works just fine in Release.
The text was updated successfully, but these errors were encountered: