From 61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 22 Dec 2019 19:34:12 +0100 Subject: tools/syz-check: check amd64 and 386 at the same time Update #590 --- sys/linux/binfmt.txt.warn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/linux/binfmt.txt.warn') diff --git a/sys/linux/binfmt.txt.warn b/sys/linux/binfmt.txt.warn index 41d004b50..ea2ebbe60 100644 --- a/sys/linux/binfmt.txt.warn +++ b/sys/linux/binfmt.txt.warn @@ -1,2 +1,3 @@ -struct exec: no corresponding struct in kernel -struct elf_hdr: no corresponding struct in kernel +no-such-struct: exec +no-such-struct: elf_hdr +no-such-struct: elf64_phdr [386] -- cgit mrf-deployment