summaryrefslogtreecommitdiffstats
path: root/tests/fuzzer.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress false positive warning from MSVC (fuzzer.c)Takayuki Matsuoka2022-08-121-2/+10
* tests: add tests for `LZ4_decompress_safe_partial_usingDict`Qi Wang2022-06-071-0/+40
* fix strange printf formatting warningYann Collet2020-12-011-10/+11
* updated license & header datesYann Collet2020-11-251-1/+1
* better visual conformanceYann Collet2020-11-151-9/+11
* attempt at silencing cppcheckYann Collet2020-11-091-12/+12
* added similar tests for LZ4_saveDict()Yann Collet2020-11-081-1/+17
* fix #926Yann Collet2020-11-081-2/+18
* unified alignment testYann Collet2020-11-061-28/+46
* fix minor explicit castYann Collet2020-10-311-1/+1
* reduce new test stack usageYann Collet2020-10-031-10/+12
* fix cppcheck unused variable warningYann Collet2020-10-021-0/+1
* added LZ4_streamHC_t init testYann Collet2020-10-021-2/+21
* 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