diff options
author | hexcoder- <heiko@hexco.de> | 2019-10-19 18:23:01 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-10-19 18:23:01 +0200 |
commit | c83e8e1e6255374b085292ba8673efdca7388d76 (patch) | |
tree | c4a6484a22a2a9f69a057e877de04f54a6e6efed /gcc_plugin | |
parent | 452ec28761db9648e2f4b66b1e9374ca3f62e22d (diff) | |
download | afl++-c83e8e1e6255374b085292ba8673efdca7388d76.tar.gz |
Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him.
Diffstat (limited to 'gcc_plugin')
-rw-r--r-- | gcc_plugin/Makefile | 2 | ||||
-rw-r--r-- | gcc_plugin/afl-gcc-fast.c | 2 | ||||
-rw-r--r-- | gcc_plugin/afl-gcc-rt.o.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc_plugin/Makefile b/gcc_plugin/Makefile index d10eba49..a603df78 100644 --- a/gcc_plugin/Makefile +++ b/gcc_plugin/Makefile @@ -4,7 +4,7 @@ # # Written by Austin Seipp <aseipp@pobox.com> and # Laszlo Szekeres <lszekeres@google.com> and -# Michal Zalewski <lcamtuf@google.com> and +# Michal Zalewski and # Heiko Eißfeldt <heiko@hexco.de> # # GCC integration design is based on the LLVM design, which comes diff --git a/gcc_plugin/afl-gcc-fast.c b/gcc_plugin/afl-gcc-fast.c index 73709321..b0461584 100644 --- a/gcc_plugin/afl-gcc-fast.c +++ b/gcc_plugin/afl-gcc-fast.c @@ -4,7 +4,7 @@ Written by Austin Seipp <aseipp@pobox.com> and Laszlo Szekeres <lszekeres@google.com> and - Michal Zalewski <lcamtuf@google.com> + Michal Zalewski GCC integration design is based on the LLVM design, which comes from Laszlo Szekeres. diff --git a/gcc_plugin/afl-gcc-rt.o.c b/gcc_plugin/afl-gcc-rt.o.c index f6754bd4..dd79a0ec 100644 --- a/gcc_plugin/afl-gcc-rt.o.c +++ b/gcc_plugin/afl-gcc-rt.o.c @@ -4,7 +4,7 @@ Written by Austin Seipp <aseipp@pobox.com> and Laszlo Szekeres <lszekeres@google.com> and - Michal Zalewski <lcamtuf@google.com> + Michal Zalewski GCC integration design is based on the LLVM design, which comes from Laszlo Szekeres. |