Go to file
yann.collet.73@gmail.com 89767cc280 Small speed improvement (compression & decompression), Thanks Maciej Adamczyk for suggestion
Fixed : LZ4_uncompress_unknownOutputSize(), now protected against a malicious attack type, where a crafted input deliberately attempts to make it read outside of input buffer. Thanks Steinar H. Gunderson for report.

git-svn-id: https://lz4.googlecode.com/svn/trunk@58 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2012-03-01 15:19:08 +00:00
bench.c Small speed improvement (compression & decompression), Thanks Maciej Adamczyk for suggestion 2012-03-01 15:19:08 +00:00
bench.h Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to Gray. 2012-02-20 20:53:49 +00:00
lz4_format_description.txt Small speed improvement (compression & decompression), Thanks Maciej Adamczyk for suggestion 2012-03-01 15:19:08 +00:00
lz4.c Small speed improvement (compression & decompression), Thanks Maciej Adamczyk for suggestion 2012-03-01 15:19:08 +00:00
lz4.h Added : format description file 2012-02-25 19:13:16 +00:00
lz4demo.c Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to Gray. 2012-02-20 20:53:49 +00:00
Makefile Added : LZ4_compressBound() function 2012-02-16 18:39:50 +00:00