From b8d780ab30ab6ba340c43ad1944096dae15e6e79 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 11 Jan 2022 20:20:35 +0100 Subject: sys/linux: fix bugs pointed out by syz-check Update #590 --- sys/linux/sys.txt.warn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/sys.txt.warn') diff --git a/sys/linux/sys.txt.warn b/sys/linux/sys.txt.warn index 84706da1e..55a4ef58b 100644 --- a/sys/linux/sys.txt.warn +++ b/sys/linux/sys.txt.warn @@ -1,6 +1,8 @@ no-such-struct: alignptr no-such-struct: align32 no-such-struct: align64 +no-such-struct: padto32 +no-such-struct: padto64 compiler: unsupported syscall: open due to missing const __NR_open [arm64] compiler: unsupported syscall: creat due to missing const __NR_creat [arm64] compiler: unsupported syscall: dup2 due to missing const __NR_dup2 [arm64] -- cgit mrf-deployment