diff options
author | hexcoder- <heiko@hexco.de> | 2020-02-28 22:02:55 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-02-28 22:02:55 +0100 |
commit | 6e08be1d0b77bf51db8f847b65754727855e444e (patch) | |
tree | 383d9a9083df91106c16a3548056b6789c46a3c9 /gcc_plugin/afl-gcc-pass.so.cc | |
parent | 0b2144159069837f465d961118bfea02725ba796 (diff) | |
download | afl++-6e08be1d0b77bf51db8f847b65754727855e444e.tar.gz |
add env info to afl-fuzz (please review!), small clarifications in docs/env_variables.md
Diffstat (limited to 'gcc_plugin/afl-gcc-pass.so.cc')
-rw-r--r-- | gcc_plugin/afl-gcc-pass.so.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc_plugin/afl-gcc-pass.so.cc b/gcc_plugin/afl-gcc-pass.so.cc index 9c08cec4..1346979c 100644 --- a/gcc_plugin/afl-gcc-pass.so.cc +++ b/gcc_plugin/afl-gcc-pass.so.cc @@ -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 |