Hanging when the byte count is shorter than the spread array.
Open
bug
- Dominant language
- JavaScript
- Stars
- 190
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Will loop forever. Trying to fill the spread array.
```
const definition = {
value: [ 32, [ 0x80, 7 ], [ 0x0, 7 ] ]
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.