aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorJulia Hansbrough <flowerhack@google.com>2018-10-02 11:54:35 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-10-10 12:00:14 +0200
commit5b11ac2c91d99eababa8f04c7e2f9484c0763b53 (patch)
tree2b32a43e7e7366b17806a8949bcc8f98a610c129 /executor/defs.h
parentf37861df632a8e4c78cb3f174820eb915efb7ae2 (diff)
Update fidlgen to keep current with upstream.
The Syzkaller IR upstream has been updated, so we can properly update consts/fidl descriptions now.
Diffstat (limited to 'executor/defs.h')
-rw-r--r--executor/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index cdce25291..26996a0a0 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -35,7 +35,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "3571a2f7f80027a975be3d8ac724b374715e7834"
+#define SYZ_REVISION "10918eaa4696a9df4961ecf0e72042e805e814f6"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096
@@ -45,7 +45,7 @@
#if GOARCH_arm64
#define GOARCH "arm64"
-#define SYZ_REVISION "1e3edab159d14634f4649a11cb4f7060f2b3be25"
+#define SYZ_REVISION "0921e5c7c43e273ab8675658a8ff52a08f56e244"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096