-
I am trying to create a Fuzz Target for Apache POI as part of oss-fuzz, but when running the setup locally, I get the following exception which I cannot explain. Fuzzing Apache POI with the same fuzz target in a standalone project works fine. Only when I build and run the Docker-based fuzzing via oss-fuzz, I get this exception. Is this a problem in Jazzer? Or does this indicate some mismatch in provided jars/dependencies?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Local testing was with v0.10.0, it seems RegexInjection is a recent addition, so maybe this a regression in recent changes? |
Beta Was this translation helpful? Give feedback.
Local testing was with v0.10.0, it seems RegexInjection is a recent addition, so maybe this a regression in recent changes?