summaryrefslogtreecommitdiff
path: root/tests/fuzzer.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-06unified alignment testYann Collet1-28/+46
2020-10-31fix minor explicit castYann Collet1-1/+1
2020-10-02reduce new test stack usageYann Collet1-10/+12
2020-10-02fix cppcheck unused variable warningYann Collet1-0/+1
2020-10-02added LZ4_streamHC_t init testYann Collet1-2/+21
2020-09-28Merge pull request #923 from lz4/fix784Yann Collet1-15/+101
2020-09-27ensure last match not too close to endYann Collet1-6/+8
2020-09-27fix incorrect countingYann Collet1-1/+1
2020-09-27fix efficiency of LZ4_compress_HC_destSize()Yann Collet1-9/+93
2020-09-26fix compressing into NULLYann Collet1-4/+13
2020-09-15fix #847Yann Collet1-2/+5
2020-09-15added test triggering NULL arithmetic with usanYann Collet1-0/+8
2020-08-27fixed minor pre-existing printf formattingYann Collet1-2/+2
2020-08-27fixed strict c90 supportYann Collet1-2/+0
2020-08-27fix #783Yann Collet1-4/+4
2020-08-12added test decompress-partial with extraneous input bytesYann Collet1-9/+18
2020-08-06Remove dirty Field From LZ4_stream_tW. Felix Handte1-4/+0
2019-06-30fix minor cppcheck warningsYann Collet1-2/+2
2019-06-30frametest: added LZ4F decoder noise testYann Collet1-6/+6
2019-06-28travisCI: added ASAN fuzzer testsYann Collet1-3/+3
2019-06-28moved noisy-src decoder test into cBuffer_exactYann Collet1-34/+34
2019-06-28fuzzer: added test to catch #738Yann Collet1-51/+90
2019-05-30added test case for in-place decompressionYann Collet1-32/+63
2019-05-29fuzzer: changed internal buffer sizeYann Collet1-9/+10
2019-05-29one more conversion warningYann Collet1-1/+1
2019-05-29some more minor conversion warnings fixesYann Collet1-5/+5
2019-05-29fixed minor conversion warningYann Collet1-1/+1
2019-05-29added comments and macros for in-place (de)compressionYann Collet1-2/+1
2019-05-29added test case for in-place compressionYann Collet1-16/+41
2019-04-18fixed read-after input in LZ4_decompress_safe()Yann Collet1-74/+82
2019-04-18fuzzer : reduced stack usageYann Collet1-18/+18
2019-04-18fuzzer: reduce stack usage to please Visual static analyzerYann Collet1-58/+66
2019-04-18address a few minor Visual warningsYann Collet1-2/+2
2019-04-18fix several minor static analyzer warningsYann Collet1-27/+37
2019-04-18fuzzer: fixed scan-build leak warningYann Collet1-19/+10
2019-04-17fuzzer: fix explicit cast for C++Yann Collet1-1/+1
2019-04-17fuzzer: added tests to detect LZ4_decompress_fast() out of bound readYann Collet1-19/+27
2019-04-17Fix AIX errors/warningsNorm Green1-0/+4
2019-04-15fix fuzzer tests on dirty contextYann Collet1-3/+3
2019-04-12and even more visual conversion warningsYann Collet1-9/+11
2019-04-09fixed loadDictHCYann Collet1-4/+4
2019-04-09modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet1-19/+20
2019-04-05created LZ4_initStream()Yann Collet1-3/+3
2019-04-05fixed _GNU_SOURCE duplicateYann Collet1-0/+1
2019-04-05fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUSYann Collet1-3/+1
2019-04-04created LZ4_initStreamHC()Yann Collet1-21/+21
2019-04-04make `_fast*()` decoder generate a deprecation warningYann Collet1-2/+2
2019-01-09fixed strict C++ compilationYann Collet1-1/+1
2019-01-09fixed long sequence overflow testYann Collet1-1/+3
2019-01-09minor explicit cast warningYann Collet1-1/+1