From e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Wed, 4 Sep 2019 10:03:51 +0200 Subject: fix typo in custom format --- src/afl-forkserver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/afl-forkserver.c') diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c index 2a4e0819..f2f3c0f0 100644 --- a/src/afl-forkserver.c +++ b/src/afl-forkserver.c @@ -3,9 +3,9 @@ -------------------------------------- Originally written by Michal Zalewski - + Forkserver design by Jann Horn - + Now maintained by by Marc Heuse , Heiko Eißfeldt and Andrea Fioraldi @@ -187,7 +187,7 @@ void init_forkserver(char **argv) { maps - so we should be getting good protection against OOM bugs. */ setrlimit(RLIMIT_DATA, &r); /* Ignore errors */ -#endif /* ^RLIMIT_AS */ +#endif /* ^RLIMIT_AS */ } -- cgit 1.4.1