mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
added ignore info
This commit is contained in:
parent
a897f355a9
commit
12a7059ae8
@ -720,6 +720,8 @@ u8 save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) {
|
|||||||
#if !TARGET_OS_IPHONE
|
#if !TARGET_OS_IPHONE
|
||||||
// we dont care if system errors, but we dont want a
|
// we dont care if system errors, but we dont want a
|
||||||
// compiler warning either
|
// compiler warning either
|
||||||
|
// See
|
||||||
|
// https://stackoverflow.com/questions/11888594/ignoring-return-values-in-c
|
||||||
(void)(system(afl->infoexec) + 1);
|
(void)(system(afl->infoexec) + 1);
|
||||||
#else
|
#else
|
||||||
WARNF("command execution unsupported");
|
WARNF("command execution unsupported");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user