New function : LZ4_uncompress : secure version which is safe against buffer overflow...
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Sat, 4 Jun 2011 17:15:43 +0000 (17:15 +0000)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Sat, 4 Jun 2011 17:15:43 +0000 (17:15 +0000)
commit6b798d5e40e4c0788f7c51f6e9b0e9c4e966d068
treef21ae23e1e95dffeee7f5b47c37dc93656ce26a3
parent0121f47e00e44a40a41d7b49852129b12f5e1d43
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
lz4.c
lz4.h
main.c