From 0e8428d26ffd80789aa83442676e6fb800e9c0ff Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 23 Jan 2020 14:07:01 +0100 Subject: tools/syz-check: add limited checking of varlen structs Stop at the fist varlen field, but check the preceeding ones. Frequently the varlen array is the last field, so we should get good checking for these cases. Update #590 --- sys/linux/socket_x25.txt.warn | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/linux/socket_x25.txt.warn') diff --git a/sys/linux/socket_x25.txt.warn b/sys/linux/socket_x25.txt.warn index a8acbc181..c49c46a58 100644 --- a/sys/linux/socket_x25.txt.warn +++ b/sys/linux/socket_x25.txt.warn @@ -1,2 +1 @@ -bad-field-number: x25_address: syz=2 kernel=1 no-such-struct: x25_address_remote -- cgit mrf-deployment