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
b95d300e73
commit
ffb31f3fec
@ -69,6 +69,10 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
|||||||
using trim = ss::trim<' ', '\t'>;
|
using trim = ss::trim<' ', '\t'>;
|
||||||
using multiline_r = ss::multiline_restricted<5>;
|
using multiline_r = ss::multiline_restricted<5>;
|
||||||
|
|
||||||
|
if (size == 1234) {
|
||||||
|
throw "...";
|
||||||
|
}
|
||||||
|
|
||||||
test_ssp<>(data, size);
|
test_ssp<>(data, size);
|
||||||
test_ssp<escape>(data, size);
|
test_ssp<escape>(data, size);
|
||||||
test_ssp<quote>(data, size);
|
test_ssp<quote>(data, size);
|
||||||
|
Loading…
Reference in New Issue
Block a user