From 6e08be1d0b77bf51db8f847b65754727855e444e Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Fri, 28 Feb 2020 22:02:55 +0100 Subject: add env info to afl-fuzz (please review!), small clarifications in docs/env_variables.md --- gcc_plugin/afl-gcc-pass.so.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc_plugin/afl-gcc-pass.so.cc') 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 -- cgit 1.4.1