mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-22 16:15:05 +08:00
mosquitto_passwd: Don't exit on signal for oss-fuzz
This commit is contained in:
@@ -384,7 +384,9 @@ static void handle_sigint(int signal)
|
||||
|
||||
UNUSED(signal);
|
||||
|
||||
#ifndef WITH_FUZZING
|
||||
exit(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user