diff options
| author | Julia Hansbrough <flowerhack@google.com> | 2019-02-21 02:17:00 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-02-21 11:17:00 +0100 |
| commit | 7ff74a98320355d2a8c097333827b6565dbf64b9 (patch) | |
| tree | 0a6bdbb02b5a2a294acb841f8dab4950f2414ce1 /executor | |
| parent | 0278574b21dfafef43a38fba3c08a499bc870161 (diff) | |
sys/fuchsia/fidlgen: update FIDL path & extract new descriptions
Garnet-layer FIDL descriptions are in a new subdirectory.
This CL changes it to the proper directory, and performed a "make
extract" shortly after.
This should fix some of the errors on the Syzkaller hub.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h index 9add06bc0..8e2a70847 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -35,7 +35,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "9dc77f0d4b31e843dc99bab5336fdcada6f6c94d" +#define SYZ_REVISION "020338cc7e797e47ecbbe68691c0954e831070f4" #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 "8be0f9990181eaecd327c539812d46d285db84cd" +#define SYZ_REVISION "6bfd73c3be80297b5e5295deeb2b1cdc93cda43b" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 |
