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_inet_tcp.txt.warn | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/linux/socket_inet_tcp.txt.warn') diff --git a/sys/linux/socket_inet_tcp.txt.warn b/sys/linux/socket_inet_tcp.txt.warn index 7fe3ce8e1..3c8bc0d54 100644 --- a/sys/linux/socket_inet_tcp.txt.warn +++ b/sys/linux/socket_inet_tcp.txt.warn @@ -1,7 +1,4 @@ no-such-struct: sockaddr_storage_tcp -bad-field-number: tcp_repair_opt: syz=4 kernel=2 -bad-field-size: tcp_repair_opt.mss/opt_code: syz=8 kernel=4 -bad-field-offset: tcp_repair_opt.window/opt_val: syz=8 kernel=4 no-such-struct: tcp_repair_opt_mss no-such-struct: tcp_repair_opt_window no-such-struct: tcp_repair_opt_sack_perm -- cgit mrf-deployment