summaryrefslogtreecommitdiffstats
path: root/tests/fuzzer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #923 from lz4/fix784Yann Collet2020-09-281-15/+101
|\
| * ensure last match not too close to endYann Collet2020-09-281-6/+8
| * fix incorrect countingYann Collet2020-09-281-1/+1
| * fix efficiency of LZ4_compress_HC_destSize()Yann Collet2020-09-281-9/+93
* | fix compressing into NULLYann Collet2020-09-261-4/+13
|/
* fix #847Yann Collet2020-09-151-2/+5
* added test triggering NULL arithmetic with usanYann Collet2020-09-151-0/+8
* fixed minor pre-existing printf formattingYann Collet2020-08-271-2/+2
* fixed strict c90 supportYann Collet2020-08-271-2/+0
* fix #783Yann Collet2020-08-271-4/+4
* added test decompress-partial with extraneous input bytesYann Collet2020-08-121-9/+18
* Remove dirty Field From LZ4_stream_tW. Felix Handte2020-08-061-4/+0
* fix minor cppcheck warningsYann Collet2019-06-301-2/+2
* frametest: added LZ4F decoder noise testYann Collet2019-06-301-6/+6
* travisCI: added ASAN fuzzer testsYann Collet2019-06-291-3/+3
* moved noisy-src decoder test into cBuffer_exactYann Collet2019-06-291-34/+34
* fuzzer: added test to catch #738Yann Collet2019-06-291-51/+90
* added test case for in-place decompressionYann Collet2019-05-301-32/+63
* fuzzer: changed internal buffer sizeYann Collet2019-05-291-9/+10
* one more conversion warningYann Collet2019-05-291-1/+1
* some more minor conversion warnings fixesYann Collet2019-05-291-5/+5
* fixed minor conversion warningYann Collet2019-05-291-1/+1
* added comments and macros for in-place (de)compressionYann Collet2019-05-291-2/+1
* added test case for in-place compressionYann Collet2019-05-291-16/+41
* 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