aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@freebsd.org>2018-12-08 09:50:02 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-12-08 11:33:41 +0100
commit60562a1d092193f944fb6404ea9de281324667df (patch)
treedea41e4cfe5dc1f45980bdcf92c3133f66e43800 /executor
parent6f379080a99dd2f5b413cbcabbd94f72fe7c1c61 (diff)
sys/freebsd: use a better description of msg_flags fields
As suggested by Dmitry us a better description of the msg_flags field, which is only used to provide information from the kernel to the application for recvmsg() calls. This means that the value provided is basically ignored.
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 8fb19b221..62aa9357d 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -20,7 +20,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "f71f0054afcc787e14a5077d417bbf12680393f7"
+#define SYZ_REVISION "22112dfc79f66bcb8c6e3f8f1cf5f7e0d005927f"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096