zhipeng-jia / snappyjs

JavaScript implementation of Google's Snappy compression library
MIT License
151 stars 30 forks source link

uncompress function: add maxLength param #14

Closed twoeths closed 2 years ago

twoeths commented 2 years ago

Motivation It'd be great if we can check the uncompressed length is too big before the actual uncompression

Description