no2chem / bigint-buffer

💪🔢 bigint-buffer: Buffer Utilities for TC39 BigInt Proposal
Apache License 2.0
54 stars 11 forks source link

Core dump when calling toBufferLE with length 0 #40

Open joepie91 opened 2 years ago

joepie91 commented 2 years ago
> 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)