diff options
| author | Michael Tüxen <tuexen@fh-muenster.de> | 2019-09-16 09:51:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-16 09:51:17 +0200 |
| commit | 55c50e708b27ac81e03fed298be9297520cbcc8e (patch) | |
| tree | 4ded5159ed7152805e493b3a5aceb0826eded2e5 /executor | |
| parent | 32d593576a7ee67f588218d3a44a0b69fe31b0a0 (diff) | |
sys/freebsd/vnet.txt: replace IPPROTO_SEP by IPPROTO_DCCP (#1401)
r350749 updated the constant from IPPROTO_SEP to IPPROTO_DCCP
to be consistent with the IANA registry.
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 47c9d02ac..ae7524859 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -20,7 +20,7 @@ #if GOARCH_386 #define GOARCH "386" -#define SYZ_REVISION "1f6b1f79ae35738bcf6e27d67c95fa63c1f86865" +#define SYZ_REVISION "21175f04ae07157b426479c1f43eb01988da85e4" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 @@ -30,7 +30,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "8a3bca2af862d54553a68c1871a0802a78b1f5e2" +#define SYZ_REVISION "894df9c93925b59c1559c7005392d1c68f694738" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 |
