aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorGreg Steuck <blackgnezdo@gmail.com>2018-11-17 15:42:37 -0800
committerDmitry Vyukov <dvyukov@google.com>2018-11-17 15:42:37 -0800
commit538a10560010f93f22b0a8912dbd221d077deaa4 (patch)
tree48c09d26e7bc9f6e1fadf7145b2dc43dda238d46 /executor/defs.h
parentadf636a83bd411d805aa74d07d03933ae9d08eb3 (diff)
executor: OpenBSD network package injection
Squash of: * Doc typo * Ported some tun related functions. * Copy vnet.txt from linux to openbsd. * Simplified syz_emit_ethernet and stubbed out vnet.txt. * Undo clang-format header sorting: headers are order sensitive. * Uniquify tap devices by pid. * clang-format off for includes * Happier clang-format. * Partially revert "Uniquify tap devices by pid." Just rely on procid magic instead of getting it from a flag.
Diffstat (limited to 'executor/defs.h')
-rw-r--r--executor/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 72ae20794..1b6da6208 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -130,7 +130,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "df30b58093a18d87ed6803bfe65ec9af86f721a3"
+#define SYZ_REVISION "05e6185f1ea57bbe311ffe3829b1cca890f472fc"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096