bigint-buffer
bigint-buffer copied to clipboard
Core dump when calling toBufferLE with length 0
> bigintBuffer.toBufferLE(8n, 4)
<Buffer 08 00 00 00>
> bigintBuffer.toBufferLE(8n, 0)
node: ../src/bigint-buffer.c:163: fromBigInt: Assertion `status == napi_ok' failed.
Aborted (core dumped)