diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-04 10:03:51 +0200 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-04 10:03:51 +0200 |
| commit | e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7 (patch) | |
| tree | 90b9797ca310168cf1be02959d1738df9650a3f6 /include/forkserver.h | |
| parent | 9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7 (diff) | |
| download | afl++-e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7.tar.gz | |
fix typo in custom format
Diffstat (limited to 'include/forkserver.h')
| -rw-r--r-- | include/forkserver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/forkserver.h b/include/forkserver.h index d40af87c..9a099888 100644 --- a/include/forkserver.h +++ b/include/forkserver.h @@ -3,9 +3,9 @@ ---------------------------------------- Originally written by Michal Zalewski <lcamtuf@google.com> - + Forkserver design by Jann Horn <jannhorn@googlemail.com> - + Now maintained by by Marc Heuse <mh@mh-sec.de>, Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and Andrea Fioraldi <andreafioraldi@gmail.com> @@ -45,7 +45,7 @@ void init_forkserver(char **argv); #define MSG_ULIMIT_USAGE " ( ulimit -Sv $[%llu << 10];" #else #define MSG_ULIMIT_USAGE " ( ulimit -Sd $[%llu << 10];" -#endif /* ^RLIMIT_AS */ +#endif /* ^RLIMIT_AS */ #endif |
