diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-14 16:21:19 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-14 19:28:01 +0200 |
| commit | 2376f0f937b8e6b457ef1fdf088b8b7059dcb0e2 (patch) | |
| tree | 6a66d085190a488475a843ec8a138fd6a3c8e8a1 /executor | |
| parent | 9a4969814ea6a65b306ca7d3192c23381c778ad4 (diff) | |
pkg/compiler: allow to refer to syscall arguments in len paths
This allows to use len[syscall:arg] expressions.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index cd8cfae38..eae412e55 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -165,7 +165,7 @@ #if GOARCH_64 #define GOARCH "64" -#define SYZ_REVISION "3218225be4c9aad40c39be2b8bcb3008fd76ff1e" +#define SYZ_REVISION "596ee9bf31191a84ff800056cadc632de17b3b28" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 |
