Complete StructuredData parity and parser hardening (#37)
This commit is contained in:
5
fuzz/corpus/protobuf_osd/README.md
Normal file
5
fuzz/corpus/protobuf_osd/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Protobuf OSD malformed corpus
|
||||
|
||||
Each named seed is hex-encoded. The normal Rust hardening suite checks every
|
||||
seed and deterministic mutations of a valid all-variant wire document without
|
||||
requiring an external fuzzing runtime.
|
||||
8
fuzz/corpus/protobuf_osd/malformed.hex
Normal file
8
fuzz/corpus/protobuf_osd/malformed.hex
Normal file
@@ -0,0 +1,8 @@
|
||||
empty:
|
||||
truncated_varint:80
|
||||
zero_field:00
|
||||
wrong_type_wire:0d00000000
|
||||
oversized_length:2affffffff0f
|
||||
truncated_fixed64:210000
|
||||
unknown_group:0b
|
||||
bad_uuid:0805320100
|
||||
Reference in New Issue
Block a user