refactor(scanner): take seed from fuzzer
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,2 +1,3 @@
|
||||
go test fuzz v1
|
||||
[]byte("001")
|
||||
int64(3472329395739373616)
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
go test fuzz v1
|
||||
[]byte("001")
|
||||
int64(3472329395739373616)
|
||||
@@ -1,2 +1,3 @@
|
||||
go test fuzz v1
|
||||
[]byte("")
|
||||
int64(0)
|
||||
|
||||
Reference in New Issue
Block a user