aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_inet6.txt.warn
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-22 19:34:12 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-22 19:34:12 +0100
commit61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 (patch)
tree9d6a6d895a2f54481ae996074efcbc1e90d46405 /sys/linux/socket_inet6.txt.warn
parent8b96726707a5846209f943c978ccd7eeb1dd6f5e (diff)
tools/syz-check: check amd64 and 386 at the same time
Update #590
Diffstat (limited to 'sys/linux/socket_inet6.txt.warn')
-rw-r--r--sys/linux/socket_inet6.txt.warn15
1 files changed, 10 insertions, 5 deletions
diff --git a/sys/linux/socket_inet6.txt.warn b/sys/linux/socket_inet6.txt.warn
index 7fb16daae..91cb05f9c 100644
--- a/sys/linux/socket_inet6.txt.warn
+++ b/sys/linux/socket_inet6.txt.warn
@@ -1,5 +1,10 @@
-struct sockaddr_storage_in6: no corresponding struct in kernel
-struct group_req_in6: no corresponding struct in kernel
-struct group_source_req_in6: no corresponding struct in kernel
-struct msghdr_inet6: no corresponding struct in kernel
-struct mmsghdr_inet6: no corresponding struct in kernel
+no-such-struct: sockaddr_storage_in6
+no-such-struct: group_req_in6
+no-such-struct: group_source_req_in6
+bad-struct-size: in6_rtmsg: syz=80 kernel=72 [386]
+bad-field-offset: in6_rtmsg.rtmsg_info: syz=64 kernel=60 [386]
+bad-field-size: in6_rtmsg.rtmsg_info: syz=8 kernel=4 [386]
+bad-field-offset: in6_rtmsg.rtmsg_flags: syz=72 kernel=64 [386]
+bad-field-offset: in6_rtmsg.rtmsg_ifindex: syz=76 kernel=68 [386]
+no-such-struct: msghdr_inet6
+no-such-struct: mmsghdr_inet6