|
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? |
Answered by
centic9
Mar 14, 2022
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? |
2 replies
Answer selected by
fmeum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Local testing was with v0.10.0, it seems RegexInjection is a recent addition, so maybe this a regression in recent changes?