mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
tests/fuzzers: added bn marshaling fuzzers
This commit is contained in:
parent
4e87e12ec4
commit
22a832c6b7
1 changed files with 1 additions and 2 deletions
|
|
@ -184,8 +184,7 @@ func fuzzUnmarshalG1(input []byte) int {
|
|||
}
|
||||
return 1
|
||||
} else {
|
||||
//panic(fmt.Sprintf("error missmatch: cf: %v g: %v gn: %v", errC, errG, errS))
|
||||
return 0
|
||||
panic(fmt.Sprintf("error missmatch: cf: %v g: %v gn: %v", errC, errG, errS))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue