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
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
We test test-buffer.js, fail to create buffer with unsigned long value(2^32-1)
We find the buffer only accept the max unsigned long value smaller than 257, but the range is 0~4294967295
Log info:
FAIL - The length of Buffer(4294967295) expected:4294967295 got:undefined
zjs_buffer_create: unable to allocate buffer
FAIL - The length of Buffer(4294967296) expected:4294967295 got:undefined