pwaller / go-clz4

fast cgo implementation of lz4
10 stars 1 forks source link

Security fix for 32-bits applications #3

Open Cyan4973 opened 10 years ago

Cyan4973 commented 10 years ago

I would like to invite you to update your Go binder to r119, which contains a security fix for 32-bits application.

While at it, I would also suggest to move the decoder version to "LZ4_decompress_safe()", since the older versions LZ4_uncompress are deprecated and will soon reach end of support.

Regards

pwaller commented 10 years ago

Pull request welcomed!