qemu-patch-raspberry4/tests/qtest/fuzz
Alexander Bulekov dda2f556c3 fuzz: do not use POSIX shm for coverage bitmap
We used shm_open with mmap to share libfuzzer's coverage bitmap with
child (runner) processes. The same functionality can be achieved with
MAP_SHARED | MAP_ANONYMOUS, since we do not care about naming or
permissioning the shared memory object.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20200622165040.15121-1-alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2020-07-06 07:37:02 +02:00
..
fork_fuzz.c fuzz: do not use POSIX shm for coverage bitmap 2020-07-06 07:37:02 +02:00
fork_fuzz.h fuzz: support for fork-based fuzzing. 2020-02-22 08:26:48 +00:00
fork_fuzz.ld fuzz: add mangled object name to linker script 2020-06-05 09:54:48 +01:00
fuzz.c fuzz: fix broken qtest check at rcu_disable_atfork 2020-07-06 07:37:02 +02:00
fuzz.h fuzz: skip QTest serialization 2020-06-15 18:26:46 +02:00
i440fx_fuzz.c fuzz: run the main-loop in fork-server process 2020-06-05 09:54:48 +01:00
Makefile.include fuzz: skip QTest serialization 2020-06-15 18:26:46 +02:00
qos_fuzz.c tests/qtest: Fix LGPL information in the file headers 2020-06-15 18:26:46 +02:00
qos_fuzz.h fuzz: add support for qos-assisted fuzz targets 2020-02-22 08:26:48 +00:00
qtest_wrappers.c fuzz: skip QTest serialization 2020-06-15 18:26:46 +02:00
virtio_net_fuzz.c fuzz: run the main-loop in fork-server process 2020-06-05 09:54:48 +01:00
virtio_scsi_fuzz.c fuzz: run the main-loop in fork-server process 2020-06-05 09:54:48 +01:00