afl-sharedmem.c: fix leaks on error paths (SysV shared memory)

This commit is contained in:
hexcoder-
2020-06-27 00:13:24 +02:00
parent 976e99b1d4
commit 4103687f76
2 changed files with 16 additions and 3 deletions

View File

@ -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...) \