mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
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