aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/seccomp_unotify.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/seccomp_unotify.2 b/man2/seccomp_unotify.2
index 157fbb94af..3442970893 100644
--- a/man2/seccomp_unotify.2
+++ b/man2/seccomp_unotify.2
@@ -1813,7 +1813,7 @@ allocSeccompNotifBuffers(struct seccomp_notif **req,
resp_size = sizeof(struct seccomp_notif_resp);
*resp = malloc(resp_size);
- if (resp == NULL)
+ if (*resp == NULL)
err(EXIT_FAILURE, "malloc\-seccomp_notif_resp");
}