mirror of
https://github.com/red0124/ssp.git
synced 2025-04-20 10:37:57 +02:00
[skip ci] Try failing fuzz
This commit is contained in:
parent
70f141181c
commit
f3ce1bcb72
@ -77,7 +77,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
||||
test_ssp<escape, quote, multiline_r, trim>(data, size);
|
||||
test_ssp<escape, quote, multiline_r, trim, ss::ignore_empty>(data, size);
|
||||
|
||||
if (size > 1000) {
|
||||
if (size > 10) {
|
||||
throw "...";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user