Skip to content

Commit

Permalink
mosquitto_passwd: Don't exit on signal for oss-fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Mar 3, 2024
1 parent bac0cdb commit 1882bdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/mosquitto_passwd/mosquitto_passwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ static void handle_sigint(int signal)

UNUSED(signal);

#ifndef WITH_FUZZING
exit(0);
#endif
}


Expand Down

0 comments on commit 1882bdd

Please sign in to comment.