diff --git a/projects/cel-go/fuzz_compile.go b/projects/cel-go/fuzz_compile.go index e9aa77e8d..a7398da48 100644 --- a/projects/cel-go/fuzz_compile.go +++ b/projects/cel-go/fuzz_compile.go @@ -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