about summary refs log tree commit diff
path: root/include/debug.h
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-06-27 00:13:24 +0200
committerhexcoder- <heiko@hexco.de>2020-06-27 00:13:24 +0200
commit4103687f766405339b59d595b7ab7e5cd6f8ca33 (patch)
tree9f3f06754ed064a1d5d50639eb3584a726c274e2 /include/debug.h
parent976e99b1d41e25d6d5eabf2e6085c01d51334285 (diff)
downloadafl++-4103687f766405339b59d595b7ab7e5cd6f8ca33.tar.gz
afl-sharedmem.c: fix leaks on error paths (SysV shared memory)
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/debug.h b/include/debug.h
index 9dd21ace..d1bd971b 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -262,7 +262,7 @@
                                                                            \
   } while (0)
 
-/* Die with FAULT() or PFAULT() depending on the value of res (used to
+/* Die with FATAL() or PFATAL() depending on the value of res (used to
    interpret different failure modes for read(), write(), etc). */
 
 #define RPFATAL(res, x...) \