add env info to afl-fuzz (please review!), small clarifications in docs/env_variables.md

This commit is contained in:
hexcoder-
2020-02-28 22:02:55 +01:00
parent 0b21441590
commit 6e08be1d0b
3 changed files with 53 additions and 8 deletions

View File

@ -52,8 +52,8 @@
#include "../config.h"
#include "../include/debug.h"
/* clear helper AFL types pulls in, which intervene with gcc-plugin geaders from
* GCC-8 */
/* clear helper macros AFL types pull in, which intervene with gcc-plugin
* headers from GCC-8 */
#ifdef likely
#undef likely
#endif