mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
Initial integration
This commit is contained in:
@ -357,9 +357,9 @@ static inline const char *colorfilter(const char *x) {
|
||||
do { \
|
||||
\
|
||||
if (res < 0) \
|
||||
PFATAL(x); \
|
||||
ABORT(x); \
|
||||
else \
|
||||
FATAL(x); \
|
||||
ABORT(x); \
|
||||
\
|
||||
} while (0)
|
||||
|
||||
|
Reference in New Issue
Block a user