mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
warn on _AFL and __AFL env vars
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
#include <signal.h>
|
||||
#include <limits.h>
|
||||
#if !defined NAME_MAX
|
||||
#define NAME_MAX _XOPEN_NAME_MAX
|
||||
#define NAME_MAX _XOPEN_NAME_MAX
|
||||
#endif
|
||||
|
||||
#include "cmplog.h"
|
||||
|
Reference in New Issue
Block a user