forked from joejulian/gio
text: commit important fuzz failure test data
This commit adds several notable fuzz test failure cases to our corpus. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
go test fuzz v1
|
||||
string("\n")
|
||||
bool(false)
|
||||
byte('±')
|
||||
uint16(0)
|
||||
@@ -0,0 +1,5 @@
|
||||
go test fuzz v1
|
||||
string("000000000000000 00000000 ٰ00000")
|
||||
bool(true)
|
||||
byte('\n')
|
||||
uint16(121)
|
||||
Reference in New Issue
Block a user