aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_netlink_route.txt.warn
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-23 08:46:10 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-23 08:57:42 +0100
commit4b042b7d6708cae4cb29fa41b89deea14b2eea32 (patch)
treee624c19095860d2901d0a9094b7269a6c31e79d7 /sys/linux/socket_netlink_route.txt.warn
parent61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 (diff)
sys/linux: fix int64 alignment on 386
Turns out int64 alignment is 4 on 386... But on arm it's still 8. Another amusing finding thanks to syz-check. Update #590
Diffstat (limited to 'sys/linux/socket_netlink_route.txt.warn')
-rw-r--r--sys/linux/socket_netlink_route.txt.warn3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/linux/socket_netlink_route.txt.warn b/sys/linux/socket_netlink_route.txt.warn
index 4ca813ba6..0294608c2 100644
--- a/sys/linux/socket_netlink_route.txt.warn
+++ b/sys/linux/socket_netlink_route.txt.warn
@@ -1,6 +1,3 @@
no-such-struct: ifla_info_policy_t
bad-field-number: ifla_vf_mac: syz=3 kernel=2
bad-field-size: ifla_vf_mac.mac: syz=6 kernel=32
-bad-struct-size: ifla_vf_guid: syz=16 kernel=12 [386]
-bad-field-offset: ifla_vf_guid.guid: syz=8 kernel=4 [386]
-bad-struct-size: rtnl_link_ifmap: syz=32 kernel=28 [386]