mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
commit
f590973387
@ -331,6 +331,7 @@ static inline const char *colorfilter(const char *x) {
|
|||||||
"\n[-] PROGRAM ABORT : " cRST x); \
|
"\n[-] PROGRAM ABORT : " cRST x); \
|
||||||
SAYF(cLRD "\n Stop location : " cRST "%s(), %s:%u\n\n", __func__, \
|
SAYF(cLRD "\n Stop location : " cRST "%s(), %s:%u\n\n", __func__, \
|
||||||
__FILE__, (u32)__LINE__); \
|
__FILE__, (u32)__LINE__); \
|
||||||
|
fflush(stdout); \
|
||||||
abort(); \
|
abort(); \
|
||||||
\
|
\
|
||||||
} while (0)
|
} while (0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user