aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-01-15 16:52:52 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-01-15 17:35:31 +0100
commitb803944b58cdc273bc8da9d09d9902e3ffa99904 (patch)
tree5a77bb1bdf2df79d745dc8159c3b2fc76bf184b4 /executor
parentba92288dcf9d20a05400b79fe74e1af585eebcdc (diff)
prog: don't add fallback coverage after prctl
The same reason as with seccomp.
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h1
2 files changed, 2 insertions, 1 deletions
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},