aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorVeronica Radu <veronicaradu@google.com>2019-08-07 18:00:46 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-08-09 15:02:02 +0200
commitaff9e255cd708709adef545d1f932020ee5c0978 (patch)
tree353468cb149a587e747cfc702003946abd5130a2 /executor
parente5701ed16c822ef5a4abc4224b44c36b3489aca3 (diff)
prog: add special mutation for binary flags
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h6
2 files changed, 7 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 4480e20e2..791739674 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -175,7 +175,7 @@
#if GOARCH_64
#define GOARCH "64"
-#define SYZ_REVISION "8c0a50a6c63e5bd297e9f6421864685e1fd7dc96"
+#define SYZ_REVISION "aaee55a3532998a140b25dc52cc113c4de048dd2"
#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 31859ff91..efc40aca1 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -16311,6 +16311,12 @@ const call_t syscalls[] = {
{"foo$fmt4", 0},
{"foo$fmt5", 0},
{"minimize$0", 0},
+ {"mutate$array", 0},
+ {"mutate$flags", 0},
+ {"mutate$flags2", 0},
+ {"mutate$flags3", 0},
+ {"mutate$integer", 0},
+ {"mutate$integer2", 0},
{"mutate0", 0},
{"mutate1", 0},
{"mutate2", 0},