mirror of https://github.com/google/oss-fuzz.git
cel-go: relax assertion in fuzz target (#5782)
This commit is contained in:
parent
dfeefa2b36
commit
e3d7eda1ce
|
@ -11,7 +11,7 @@ func FuzzCompile(data []byte) int {
|
|||
}
|
||||
_, err = env.Program(ast)
|
||||
if err != nil {
|
||||
panic("impossible to create prog from ast")
|
||||
return 0
|
||||
}
|
||||
|
||||
return 1
|
||||
|
|
Loading…
Reference in New Issue