Go to file
yann.collet.73@gmail.com 6b798d5e40 New function : LZ4_uncompress : secure version which is safe against buffer overflow attacks
New function : LZ4_uncompress_unknownOutputSize : secure but slower version which also guess the size of data to be decoded
The demo file compression program (main.c) is updated to use these new functions
LZ4_decode is still supported but in deprecated status, due to its vulnerability to malicious buffer overflow scenario


git-svn-id: https://lz4.googlecode.com/svn/trunk@9 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2011-06-04 17:15:43 +00:00
lz4.c New function : LZ4_uncompress : secure version which is safe against buffer overflow attacks 2011-06-04 17:15:43 +00:00
lz4.h New function : LZ4_uncompress : secure version which is safe against buffer overflow attacks 2011-06-04 17:15:43 +00:00
main.c New function : LZ4_uncompress : secure version which is safe against buffer overflow attacks 2011-06-04 17:15:43 +00:00
Makefile Improved : safe type, for linux x64 (amd64) compatibility (Thanks to Erik Andersen) 2011-05-25 22:25:57 +00:00