Home
last modified time | relevance | path

Searched hist:d54d9b1d (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz_configs.hd54d9b1d Wed Jan 20 09:22:11 CST 2021 Alexander Bulekov <alxndr@bu.edu> fuzz: refine the ide/ahci fuzzer configs

Disks work differently depending on the x86 machine type (SATA vs PATA).
Additionally, we should fuzz the atapi code paths, which might contain
vulnerabilities such as CVE-2020-29443. This patch adds hard-disk and
cdrom generic-fuzzer configs for both the pc (PATA) and q35 (SATA)
machine types.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Acked-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-Id: <20210120152211.109782-1-alxndr@bu.edu>