From 64ca0a371100fc7dfdb20de9263763e46c88a436 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 9 Dec 2019 07:42:48 +0100 Subject: tools/syz-check: add description checking utility syz-check parses vmlinux dwarf, extracts struct descriptions, compares them with what we have (size, fields, alignment, etc) and produces .warn files. This is first raw version, it can be improved in a number of ways. But it already helped to identify a critical issue #1542 and shows some wrong struct descriptions. Update #590 --- sys/linux/socket_ax25.txt.warn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/linux/socket_ax25.txt.warn (limited to 'sys/linux/socket_ax25.txt.warn') diff --git a/sys/linux/socket_ax25.txt.warn b/sys/linux/socket_ax25.txt.warn new file mode 100644 index 000000000..f11a0adbf --- /dev/null +++ b/sys/linux/socket_ax25.txt.warn @@ -0,0 +1,9 @@ +0028: struct ax25_address: bad number of fields: syz=6 kernel=1 +0039: struct ax25_address_remote: no corresponding struct in kernel +0050: struct ax25_address_bcast: no corresponding struct in kernel +0061: struct ax25_address_default: no corresponding struct in kernel +0072: struct ax25_address_null: no corresponding struct in kernel +0088: struct sockaddr_ax25_uid: no corresponding struct in kernel +0108: struct ax25_devname: no corresponding struct in kernel +0114: struct ax25_devname_rose: no corresponding struct in kernel +0120: struct ax25_devname_netrom: no corresponding struct in kernel -- cgit mrf-deployment