From 4103687f766405339b59d595b7ab7e5cd6f8ca33 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Sat, 27 Jun 2020 00:13:24 +0200 Subject: afl-sharedmem.c: fix leaks on error paths (SysV shared memory) --- include/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/debug.h') 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...) \ -- cgit 1.4.1