nim-snappy/tests/fuzzing
Jacek Sieka 754715dfe7
fix indexdefect on invalid framed data (#24)
* fix fuzzer so that it doesn't do exact comparison - this doesn't work
any more because the implementations no longer match byte-for-byte -
instead, we check that the libraries agree on valid/invalid and that C++
can decompress snappy-encoded data
2023-09-10 01:40:05 +03:00
..
.gitignore Added fuzzing tests 2020-05-20 21:06:13 +03:00
collect_corpus.nim snappy revamp (#10) 2022-04-14 16:22:41 +02:00
fuzz_block_format.nim fix indexdefect on invalid framed data (#24) 2023-09-10 01:40:05 +03:00
fuzz_framing_format.nim snappy revamp (#10) 2022-04-14 16:22:41 +02:00
run_fuzzing_test.nims Fix the fuzzing test 2020-07-22 20:25:22 +03:00