From 61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 22 Dec 2019 19:34:12 +0100 Subject: tools/syz-check: check amd64 and 386 at the same time Update #590 --- sys/linux/socket_ax25.txt.warn | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'sys/linux/socket_ax25.txt.warn') diff --git a/sys/linux/socket_ax25.txt.warn b/sys/linux/socket_ax25.txt.warn index affa73be6..e80df59f3 100644 --- a/sys/linux/socket_ax25.txt.warn +++ b/sys/linux/socket_ax25.txt.warn @@ -1,9 +1,9 @@ -struct ax25_address: bad number of fields: syz=6 kernel=1 -struct ax25_address_remote: no corresponding struct in kernel -struct ax25_address_bcast: no corresponding struct in kernel -struct ax25_address_default: no corresponding struct in kernel -struct ax25_address_null: no corresponding struct in kernel -struct sockaddr_ax25_uid: no corresponding struct in kernel -struct ax25_devname: no corresponding struct in kernel -struct ax25_devname_rose: no corresponding struct in kernel -struct ax25_devname_netrom: no corresponding struct in kernel +bad-field-number: ax25_address: syz=6 kernel=1 +no-such-struct: ax25_address_remote +no-such-struct: ax25_address_bcast +no-such-struct: ax25_address_default +no-such-struct: ax25_address_null +no-such-struct: sockaddr_ax25_uid +no-such-struct: ax25_devname +no-such-struct: ax25_devname_rose +no-such-struct: ax25_devname_netrom -- cgit mrf-deployment