mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +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
|
return 1
|
||||||
} else {
|
} else {
|
||||||
//panic(fmt.Sprintf("error missmatch: cf: %v g: %v gn: %v", errC, errG, errS))
|
panic(fmt.Sprintf("error missmatch: cf: %v g: %v gn: %v", errC, errG, errS))
|
||||||
return 0
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue