aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorSiddharth M <siddharth.muralee@gmail.com>2019-07-14 20:29:29 +0530
committerDmitry Vyukov <dvyukov@google.com>2019-07-14 17:59:29 +0300
commit2bbe2f05585bb06f9c417ee8437a8077c97b0de2 (patch)
tree41b902498bad0bf6fbc479e877d4e59705f0682e /executor/defs.h
parente6fb0f1316017fe45a21e19fc2ef5aea5b27d734 (diff)
executor: add network packet injection for NetBSD
* Initial Commit * working build of network packet fuzzing * Add missed csource file * pkg/csource: fix build * executor/common_bsd.h: Add comment stating reason for ifconfig create
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 fe7d12e32..aa5a64c95 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -125,7 +125,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "71ea2d6047354a28057976d7ea40a5f24673a27c"
+#define SYZ_REVISION "65d5b75dae9655ed21ef93383407c6108cf4de62"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096