summaryrefslogtreecommitdiffstats
path: root/tests/fuzzer.c
Commit message (Expand)AuthorAgeFilesLines
* fixed read-after input in LZ4_decompress_safe()Yann Collet2019-04-191-74/+82
* fuzzer : reduced stack usageYann Collet2019-04-191-18/+18
* fuzzer: reduce stack usage to please Visual static analyzerYann Collet2019-04-191-58/+66
* address a few minor Visual warningsYann Collet2019-04-181-2/+2
* fix several minor static analyzer warningsYann Collet2019-04-181-27/+37
* fuzzer: fixed scan-build leak warningYann Collet2019-04-181-19/+10
* fuzzer: fix explicit cast for C++Yann Collet2019-04-171-1/+1
* fuzzer: added tests to detect LZ4_decompress_fast() out of bound readYann Collet2019-04-171-19/+27
* Fix AIX errors/warningsNorm Green2019-04-171-0/+4
* fix fuzzer tests on dirty contextYann Collet2019-04-151-3/+3
* and even more visual conversion warningsYann Collet2019-04-131-9/+11
* fixed loadDictHCYann Collet2019-04-091-4/+4
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-091-19/+20
* created LZ4_initStream()Yann Collet2019-04-051-3/+3
* fixed _GNU_SOURCE duplicateYann Collet2019-04-051-0/+1
* fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUSYann Collet2019-04-051-3/+1
* created LZ4_initStreamHC()Yann Collet2019-04-051-21/+21
* make `_fast*()` decoder generate a deprecation warningYann Collet2019-04-041-2/+2
* fixed strict C++ compilationYann Collet2019-01-091-1/+1
* fixed long sequence overflow testYann Collet2019-01-091-1/+3
* minor explicit cast warningYann Collet2019-01-091-1/+1
* add a test to check long sequences (#631)Yann Collet2019-01-091-40/+76
* clang: Fix -Wcast-qualLzu Tao2018-12-021-2/+3
* Fix clang warnings: -Wformat-pedantic and -Werror=overflowLzu Tao2018-12-021-4/+5
* Adding information about dirty context for _HC_ family of functionsOleg Khabinov2018-10-101-8/+24
* Some followups and renamingsOleg Khabinov2018-10-011-5/+5
* Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to chec...Oleg Khabinov2018-09-281-3/+8
* fixed minor warning in fuzzer.cYann Collet2018-09-101-1/+0
* fixed fuzzer testYann Collet2018-09-081-3/+4
* first sketch for a byte-accurate partial decoderYann Collet2018-09-071-11/+11
* removed one assert() conditionYann Collet2018-09-051-5/+10
* Fix AIX 32 bit build problem of fuzzer.cNorm Green2018-06-011-1/+5
* removed test that might be optimized awayYann Collet2018-05-021-2/+1
* introduce LZ4_decoderRingBufferSize()Yann Collet2018-05-021-36/+53
* Merge pull request #515 from svpv/refactorDecYann Collet2018-04-291-40/+81
|\
| * fuzzer.c: enabled ring buffer tests for decompress_fastAlexey Tourbin2018-04-271-40/+81
* | Merge pull request #512 from lz4/HC_dictYann Collet2018-04-241-1/+49
|\ \
| * | Add Some Simple Fuzzer TestsW. Felix Handte2018-04-201-1/+49
| |/
* | Fix compilation error and assert.Nick Terrell2018-04-231-1/+0
* | Fix input size validation edge casesNick Terrell2018-04-231-0/+26
|/
* edited a few traces for debuggingYann Collet2018-04-171-3/+3
* fixed fuzzer testsYann Collet2018-04-161-15/+17
* Merge branch 'dev' into lowAddrYann Collet2018-04-161-2/+99
|\
| * Further Test that ExtDictCtx Mode Produces the Exact Same OutputW. Felix Handte2018-04-131-2/+21
| * Add Tests for LZ4_attach_dictionary and FriendsW. Felix Handte2018-04-131-0/+78
* | modified a few traces for debugtest49732018-04-121-1/+3
* | fix minor conversion warningtest49732018-04-101-1/+1
* | noticed a bug when re-using hash tabletest49732018-04-061-30/+29
* | fixed lz4 compression starting at small addresstest49732018-04-051-1/+1
* | added low address fuzzer teststest49732018-03-211-52/+61