diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2019-04-13 19:04:20 +0200 |
|---|---|---|
| committer | Michael Tüxen <tuexen@fh-muenster.de> | 2019-04-23 15:55:07 +0200 |
| commit | 2398edeacca136eefe1a548721976ffe297ea36d (patch) | |
| tree | 3c39658a162c5ad0f39ef2af2d9b1b17163ab7bd /executor/defs.h | |
| parent | 53199d6e8aee5f0ebd3775d2b1c674f4e6e64e2b (diff) | |
sys/freebsd: Add pf ioctl()s
Tweak the building of the FreeBSD vm image to ensure pf is loaded at
startup, so that we can test it.
Diffstat (limited to 'executor/defs.h')
| -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 846d25ebe..30095d383 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -20,7 +20,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "f78432bae5c245e7b9b30dc20417edf7797ecce3" +#define SYZ_REVISION "df0c7f110d9f80fc6efb916edd0244ecea6eeb9b" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 |
