pawitp / protobuf-decoder

JavaScript-based web UI to decode ad-hoc Protobuf data
https://protobuf-decoder.netlify.app/
MIT License
392 stars 91 forks source link

Fix exception in some rare cases #53

Closed pawitp closed 2 years ago

pawitp commented 2 years ago

If there is a buffer that starts with 0 and is less than length 5, trySkipGrpcHeader will throw an exception at readInt32BE

Fixes #52