Corrected a bug in LZ4_uncompress_unknownOutputSize(), which reported incorrect decod...
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Wed, 26 Oct 2011 20:15:33 +0000 (20:15 +0000)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Wed, 26 Oct 2011 20:15:33 +0000 (20:15 +0000)
commit667f8ea1c88e4929d2d05826fbe2282a38e7bab5
tree6106d5aa3d49c887bb5355e442789929075ab033
parent5f0ef5bb6385e084b259d1a1202b2a92fc730562
Corrected a bug in LZ4_uncompress_unknownOutputSize(), which reported incorrect decodedSize when maxOutputSize=decodedSize. Thanks to Clayton Stangeland for report and solution.

git-svn-id: https://lz4.googlecode.com/svn/trunk@37 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
lz4.c