We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862de64 commit b5bf267Copy full SHA for b5bf267
sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/RegexRoadblocks.java
@@ -194,7 +194,7 @@ public static void nodeMatchHook(
194
type = HookType.AFTER,
195
targetClassName = "java.util.regex.Pattern",
196
targetMethod = "SingleI",
197
- targetMethodDescriptor = "(II)Ljava/util/regex/Pattern$CharPredicate;",
+ targetMethodDescriptor = "(II)Ljava/util/regex/Pattern$BmpCharPredicate;",
198
additionalClassesToHook = {"java.util.regex.Pattern"})
199
@MethodHook(
200
0 commit comments