refactor(scanner): take seed from fuzzer

This commit is contained in:
sentriz
2022-03-02 09:30:51 +00:00
parent d6492c1521
commit 9d406afb1f
5 changed files with 11 additions and 14 deletions

View File

@@ -1,2 +1,3 @@
go test fuzz v1
[]byte("001")
int64(3472329395739373616)

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("001")
int64(3472329395739373616)

View File

@@ -1,2 +1,3 @@
go test fuzz v1
[]byte("")
int64(0)