aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorDokyung Song <dokyungs@google.com>2018-08-27 17:48:08 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-08-29 19:08:11 -0700
commit99c7e4ecfa8ec1fd402d22caea619c5df72ef169 (patch)
treeff7576a0e39f36279441eb0648ef1757a989a405 /executor/defs.h
parentec887defafc3ae627cd2779324cfd51e23952fe1 (diff)
sys/fuchsia: describe method response types & handles; add support for union
* create a response handle structure for each FIDL method * generate zx_channel_write for requests having no response * generate zx_channel_read for events (no request but just response) * translate FIDL union types to syzkaller union types (see fuchsia_io_ObjectInfoHandles)
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 ed872062d..79c679ce2 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -35,7 +35,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "5b52c3674f508b25b2974ce8c24df47349b2c288"
+#define SYZ_REVISION "2a5cb64c987696cb8bdf1d6d9561c04993cf3299"
#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 "d1f92219cd0124f7145ff2c75e8892836c3606ca"
+#define SYZ_REVISION "974ef513ae535d2b92308edd342169a59b596cd4"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096