From b803944b58cdc273bc8da9d09d9902e3ffa99904 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 15 Jan 2020 16:52:52 +0100 Subject: prog: don't add fallback coverage after prctl The same reason as with seccomp. --- executor/defs.h | 2 +- executor/syscalls.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'executor') diff --git a/executor/defs.h b/executor/defs.h index 44bea2f13..3bac6c14e 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -185,7 +185,7 @@ #if GOARCH_64 #define GOARCH "64" -#define SYZ_REVISION "70ed4d89f5c1baa13983ab0123304d124539e73f" +#define SYZ_REVISION "d0f62693719adf6dcc3c1b8507f98115b0e870a0" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index 07fa8ca32..0e1ac4e39 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -21713,6 +21713,7 @@ const call_t syscalls[] = { {"mutate6", 0}, {"mutate7", 0}, {"mutate8", 0}, + {"prctl$PR_SET_SECCOMP", 0}, {"seccomp", 0}, {"serialize0", 0}, {"serialize1", 0}, -- cgit mrf-deployment