diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-11 20:20:35 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-01-13 17:03:25 +0100 |
| commit | b8d780ab30ab6ba340c43ad1944096dae15e6e79 (patch) | |
| tree | 18f7079c2d241bc63e35b5a89aa92d4715ce7def /sys/linux/sys.txt.warn | |
| parent | 65ab1192dcd0323e1b51e8e2f074fb5d6fcb2a1f (diff) | |
sys/linux: fix bugs pointed out by syz-check
Update #590
Diffstat (limited to 'sys/linux/sys.txt.warn')
| -rw-r--r-- | sys/linux/sys.txt.warn | 2 |
1 files changed, 2 insertions, 0 deletions
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] |
