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 bac3a73 commit 75b8e41Copy full SHA for 75b8e41
driver/src/main/native/com/code_intelligence/jazzer/driver/signal_handler.cpp
@@ -27,7 +27,7 @@
27
28
// Handles SIGINT raised while running Java code.
29
[[maybe_unused]] void
30
-Java_com_code_1intelligence_jazzer_runtime_SignalHandler_handleInterrupt(
+Java_com_code_1intelligence_jazzer_driver_SignalHandler_handleInterrupt(
31
JNIEnv *, jclass) {
32
static std::atomic<bool> already_exiting{false};
33
if (!already_exiting.exchange(true)) {
0 commit comments