Skip to content

Commit

Permalink
add fuzzing test data
Browse files Browse the repository at this point in the history
Signed-off-by: bytemare <[email protected]>
  • Loading branch information
bytemare committed Apr 26, 2022
1 parent f0df2de commit 6cc13c6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
go test fuzz v1
[]byte("000000000x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
[]byte("0")
uint(7)
uint(7)
uint(6)
byte('\x01')
byte('\x00')
byte('\x06')
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
go test fuzz v1
[]byte("20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
[]byte("0")
uint(7)
uint(7)
uint(7)
byte('\x01')
byte('\x00')
byte('\x06')

0 comments on commit 6cc13c6

Please sign in to comment.