aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-08-02 19:47:32 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-08-02 19:47:32 +0200
commit5b7e23bb61bbc406adfc5c89c0d02cb4fea9f7a4 (patch)
tree0e0a8a45b5a82e13f9c6a70fcab20f3e8fb7a348 /executor/defs.h
parent41beddb6da0f05efc541676cd98bdf29be7cdeda (diff)
sys/akaros: remove /dev/cons
Presumably it causes corrupted console output.
Diffstat (limited to 'executor/defs.h')
-rw-r--r--executor/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index a60c68b3d..c3165c558 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -5,7 +5,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "0dd50d0ed02c0d84fb296a804d96c2f758c18e11"
+#define SYZ_REVISION "44785e2dac3e0f922841ab905a8c4e7838585083"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096