aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorMarco Vanotti <mvanotti@users.noreply.github.com>2019-07-16 17:09:43 -0700
committerGitHub <noreply@github.com>2019-07-16 17:09:43 -0700
commit0d10349cf0b4a9f98490378709bd9a83bd0042d6 (patch)
tree13d71c3bddfc1af2f8fb837463430ebd7539509d /executor/defs.h
parent4ec4ea48904fe8b1ddfe85e84ea117b9dfdc90f2 (diff)
sys/fuchsia: update zx_clock_get syscall (#1292)
* sys/fuchsia: update zx_clock_get. zx_clock_get was deprecated and replaced by zx_clock_get_new. In a recent CL[0], they replaced the zx_clock_get by zx_clock_get_new and moved all client. This commit updates syzkaller to use the new function. [0]: https://fuchsia-review.googlesource.com/c/fuchsia/+/298575 * run make extract && make generate
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 145119748..42683a008 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -45,7 +45,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "10ad2411f1db75aaa4971061b5f008e17d8dd923"
+#define SYZ_REVISION "0831ecb34bc4bfd3c444366782fdbd3fafe56026"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096
@@ -55,7 +55,7 @@
#if GOARCH_arm64
#define GOARCH "arm64"
-#define SYZ_REVISION "8513a6093b2306314106c924eee6cb5263d85436"
+#define SYZ_REVISION "b643855d1cb7438abcacb87d29a4dfdd49961397"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096