aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_inet.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_inet.txt.warn
parent8b96726707a5846209f943c978ccd7eeb1dd6f5e (diff)
tools/syz-check: check amd64 and 386 at the same time
Update #590
Diffstat (limited to 'sys/linux/socket_inet.txt.warn')
-rw-r--r--sys/linux/socket_inet.txt.warn20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/linux/socket_inet.txt.warn b/sys/linux/socket_inet.txt.warn
index 9b58af8aa..ad8283d80 100644
--- a/sys/linux/socket_inet.txt.warn
+++ b/sys/linux/socket_inet.txt.warn
@@ -1,10 +1,10 @@
-struct sockaddr_in: bad number of fields: syz=3 kernel=4
-struct sockaddr_storage_in: no corresponding struct in kernel
-struct ip_mreq: no corresponding struct in kernel
-struct group_req_in: no corresponding struct in kernel
-struct group_source_req_in: no corresponding struct in kernel
-struct rtentry_in: no corresponding struct in kernel
-struct sockaddr_ethernet: no corresponding struct in kernel
-struct arpreq_in: no corresponding struct in kernel
-struct msghdr_inet: no corresponding struct in kernel
-struct mmsghdr_inet: no corresponding struct in kernel
+bad-field-number: sockaddr_in: syz=3 kernel=4
+no-such-struct: sockaddr_storage_in
+no-such-struct: ip_mreq
+no-such-struct: group_req_in
+no-such-struct: group_source_req_in
+no-such-struct: rtentry_in
+no-such-struct: sockaddr_ethernet
+no-such-struct: arpreq_in
+no-such-struct: msghdr_inet
+no-such-struct: mmsghdr_inet