protobuf.js icon indicating copy to clipboard operation
protobuf.js copied to clipboard

fix: RangeError [ERR_BUFFER_OUT_OF_BOUNDS] "length" is outside of buffer bounds

Open waitingsong opened this issue 1 year ago • 1 comments

fix: RangeError [ERR_BUFFER_OUT_OF_BOUNDS] "length" is outside of buffer bounds since nodejs 22.7

call buf.utf8Write() conditionally, it will be called in buf.write()

ref: https://github.com/protobufjs/protobuf.js/issues/2025

waitingsong avatar Aug 25 '24 15:08 waitingsong

2024-08-26_001136

waitingsong avatar Aug 25 '24 16:08 waitingsong

What is preventing this from getting merged? This bug prevents using the library on Node.js 24.x.x

oskrim avatar Sep 01 '25 12:09 oskrim