Skip to content

Commit 3748b71

Browse files
Marcono1234oetr
authored andcommitted
chore: fix wrong GitHub issue URL
1 parent 4dcbb56 commit 3748b71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ java_binary(
132132
deps = ["//src/main/java/com/code_intelligence/jazzer/api:hooks"],
133133
)
134134

135-
# Regression test for https://github.com/CodeIntelligence/jazzer/issues/878:
135+
# Regression test for https://github.com/CodeIntelligenceTesting/jazzer/issues/878:
136136
# Custom hooks must be disabled during coverage report generation to prevent
137137
# NoClassDefFoundError when hooked classes are used and the hook class is no
138138
# longer available.

tests/src/test/java/com/example/CoverageWithHooksFuzzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.ArrayList;
2121

2222
/**
23-
* Regression test for https://github.com/CodeIntelligence/jazzer/issues/878.
23+
* Regression test for https://github.com/CodeIntelligenceTesting/jazzer/issues/878.
2424
*
2525
* <p>When generating a coverage report at shutdown, any use of hooked method would trigger custom
2626
* hook dispatch. If the hook class is no longer loadable at that point, the JVM throws

0 commit comments

Comments
 (0)