about summary refs log tree commit diff
path: root/src/afl-cc.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-07 14:29:59 +0100
committervan Hauser <vh@thc.org>2020-12-07 14:29:59 +0100
commit4c2e375e22a0b3c88380e6dd51dbac5d2c5ac5ff (patch)
treeb49e56b624e8b0fd235b262e9a88c17cb6f057d1 /src/afl-cc.c
parent8f79116a15e53f0ecd4889ebf8980cc0cd85a494 (diff)
downloadafl++-4c2e375e22a0b3c88380e6dd51dbac5d2c5ac5ff.tar.gz
little fixes
Diffstat (limited to 'src/afl-cc.c')
-rw-r--r--src/afl-cc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 1cd53f98..50334139 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -121,7 +121,8 @@ u8 *getthecwd() {
   5. we look into the AFL_PATH define (usually /usr/local/lib/afl)
   6. we finally try the current directory
 
-  if all this fails - we fail.
+  if all these attempts fail - we return NULL and the caller has to decide
+  what to do.
 */
 
 static u8 *find_object(u8 *obj, u8 *argv0) {