aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorJulia Hansbrough <flowerhack@google.com>2018-03-20 12:12:01 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-03-21 09:50:47 +0100
commit040e73d644ee4124adfc744cbb81075b863c2b19 (patch)
treebacec2e1454c79a4742b3aac5512e0e392d974ea /executor
parent113a43ffb67d4297d8d2e6ee39c8a0a23420db99 (diff)
fuchsia: Fix the `extractor` tool.
The include path in Zircon has changed; updated syz-extract/fuchsia.go to include this, and re-ran extract to get updated *.const files.
Diffstat (limited to 'executor')
-rw-r--r--executor/syscalls_fuchsia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/syscalls_fuchsia.h b/executor/syscalls_fuchsia.h
index faec7cc7b..c7c7448cf 100644
--- a/executor/syscalls_fuchsia.h
+++ b/executor/syscalls_fuchsia.h
@@ -2,7 +2,7 @@
#if defined(__x86_64__) || 0
#define GOARCH "amd64"
-#define SYZ_REVISION "0a0b28e30dc33e2b0423bc11f59c8ea2ea705725"
+#define SYZ_REVISION "7b78fbcff5be58d55fce6250972288b9c5141689"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912
@@ -178,7 +178,7 @@ call_t syscalls[] = {
#if defined(__aarch64__) || 0
#define GOARCH "arm64"
-#define SYZ_REVISION "74a573534e65437e0464d61c1a66a2c76d5388e9"
+#define SYZ_REVISION "545421122ef05f52e8f98342789ed868018b192b"
#define SYZ_PAGE_SIZE 4096
#define SYZ_NUM_PAGES 4096
#define SYZ_DATA_OFFSET 536870912