diff options
-rw-r--r-- | seitan.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -241,6 +241,7 @@ loop: die("error on notifier"); } + memset(req, 0, sizeof(*req)); if (ioctl(notifier, SECCOMP_IOCTL_NOTIF_RECV, req) < 0) die("receiving seccomp notification: %s", strerror(errno)); |