Complete StructuredData parity and parser hardening (#37)
This commit is contained in:
5
fuzz/corpus/notation_llsd/README.md
Normal file
5
fuzz/corpus/notation_llsd/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Notation LLSD malformed corpus
|
||||
|
||||
Each line in `malformed.txt` has a seed name followed by the raw notation input.
|
||||
The normal Rust hardening suite executes every seed and deterministic mutations
|
||||
of a valid all-variant document under no-panic and resource-limit checks.
|
||||
7
fuzz/corpus/notation_llsd/malformed.txt
Normal file
7
fuzz/corpus/notation_llsd/malformed.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
empty:
|
||||
unknown:?
|
||||
unterminated_string:s(10)"x
|
||||
missing_array_end:[i1
|
||||
missing_map_value:{'key':
|
||||
bad_base64:b64"***"
|
||||
bad_date:d"not-a-date"
|
||||
Reference in New Issue
Block a user