aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzzer.c
AgeCommit message (Expand)Author
2019-06-30fix minor cppcheck warningsYann Collet
2019-06-30frametest: added LZ4F decoder noise testYann Collet
2019-06-28travisCI: added ASAN fuzzer testsYann Collet
2019-06-28moved noisy-src decoder test into cBuffer_exactYann Collet
2019-06-28fuzzer: added test to catch #738Yann Collet
2019-05-30added test case for in-place decompressionYann Collet
2019-05-29fuzzer: changed internal buffer sizeYann Collet
2019-05-29one more conversion warningYann Collet
2019-05-29some more minor conversion warnings fixesYann Collet
2019-05-29fixed minor conversion warningYann Collet
2019-05-29added comments and macros for in-place (de)compressionYann Collet
2019-05-29added test case for in-place compressionYann Collet
2019-04-18fixed read-after input in LZ4_decompress_safe()Yann Collet
2019-04-18fuzzer : reduced stack usageYann Collet
2019-04-18fuzzer: reduce stack usage to please Visual static analyzerYann Collet
2019-04-18address a few minor Visual warningsYann Collet
2019-04-18fix several minor static analyzer warningsYann Collet
2019-04-18fuzzer: fixed scan-build leak warningYann Collet
2019-04-17fuzzer: fix explicit cast for C++Yann Collet
2019-04-17fuzzer: added tests to detect LZ4_decompress_fast() out of bound readYann Collet
2019-04-17Fix AIX errors/warningsNorm Green
2019-04-15fix fuzzer tests on dirty contextYann Collet
2019-04-12and even more visual conversion warningsYann Collet
2019-04-09fixed loadDictHCYann Collet
2019-04-09modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet
2019-04-05created LZ4_initStream()Yann Collet
2019-04-05fixed _GNU_SOURCE duplicateYann Collet
2019-04-05fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUSYann Collet
2019-04-04created LZ4_initStreamHC()Yann Collet
2019-04-04make `_fast*()` decoder generate a deprecation warningYann Collet
2019-01-09fixed strict C++ compilationYann Collet
2019-01-09fixed long sequence overflow testYann Collet
2019-01-09minor explicit cast warningYann Collet
2019-01-09add a test to check long sequences (#631)Yann Collet
2018-12-02clang: Fix -Wcast-qualLzu Tao
2018-12-02Fix clang warnings: -Wformat-pedantic and -Werror=overflowLzu Tao
2018-10-10Adding information about dirty context for _HC_ family of functionsOleg Khabinov
2018-10-01Some followups and renamingsOleg Khabinov
2018-09-28Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to chec...Oleg Khabinov
2018-09-10fixed minor warning in fuzzer.cYann Collet
2018-09-07fixed fuzzer testYann Collet
2018-09-07first sketch for a byte-accurate partial decoderYann Collet
2018-09-05removed one assert() conditionYann Collet
2018-06-01Fix AIX 32 bit build problem of fuzzer.cNorm Green
2018-05-02removed test that might be optimized awayYann Collet
2018-05-02introduce LZ4_decoderRingBufferSize()Yann Collet
2018-04-29Merge pull request #515 from svpv/refactorDecYann Collet
2018-04-27fuzzer.c: enabled ring buffer tests for decompress_fastAlexey Tourbin
2018-04-24Merge pull request #512 from lz4/HC_dictYann Collet
2018-04-23Fix compilation error and assert.Nick Terrell