Skip to content

Commit b5bf267

Browse files
committed
1 parent 862de64 commit b5bf267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/RegexRoadblocks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public static void nodeMatchHook(
194194
type = HookType.AFTER,
195195
targetClassName = "java.util.regex.Pattern",
196196
targetMethod = "SingleI",
197-
targetMethodDescriptor = "(II)Ljava/util/regex/Pattern$CharPredicate;",
197+
targetMethodDescriptor = "(II)Ljava/util/regex/Pattern$BmpCharPredicate;",
198198
additionalClassesToHook = {"java.util.regex.Pattern"})
199199
@MethodHook(
200200
type = HookType.AFTER,

0 commit comments

Comments
 (0)