From 1a3bad9041ac075f3e2ae7f20528203704e87b28 Mon Sep 17 00:00:00 2001 From: Veronica Radu Date: Mon, 7 Oct 2019 15:35:15 +0200 Subject: prog: mutate length of output buffers Update #480 --- executor/defs.h | 2 +- executor/syscalls.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'executor') diff --git a/executor/defs.h b/executor/defs.h index 1c615d86c..a80b5cdf4 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -175,7 +175,7 @@ #if GOARCH_64 #define GOARCH "64" -#define SYZ_REVISION "71d8f9a8f2ed06129920bb9f60aef16fb9ca749b" +#define SYZ_REVISION "d3a892553e6e706b3c4f1a086bdd22a2578120c1" #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 946283fc0..57cbc46db 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -16503,11 +16503,13 @@ const call_t syscalls[] = { {"minimize$0", 0}, {"mutate$array", 0}, {"mutate$array2", 0}, + {"mutate$buffer", 0}, {"mutate$flags", 0}, {"mutate$flags2", 0}, {"mutate$flags3", 0}, {"mutate$integer", 0}, {"mutate$integer2", 0}, + {"mutate$rangedbuffer", 0}, {"mutate$union", 0}, {"mutate0", 0}, {"mutate1", 0}, -- cgit mrf-deployment