mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
[skip ci] Try failing fuzz
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user