mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
v2.59c release
This commit is contained in:
@ -685,13 +685,14 @@ u8 save_if_interesting(char** argv, void* mem, u32 len, u8 fault) {
|
||||
++unique_crashes;
|
||||
if (infoexec) { // if the user wants to be informed on new crashes - do
|
||||
#if !TARGET_OS_IPHONE
|
||||
// that
|
||||
// that
|
||||
if (system(infoexec) == -1)
|
||||
hnb += 0; // we dont care if system errors, but we dont want a
|
||||
// compiler warning either
|
||||
#else
|
||||
WARNF("command execution unsupported");
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
last_crash_time = get_cur_time();
|
||||
|
Reference in New Issue
Block a user