summary refs log tree commit diff stats
path: root/hw/core/numa.c
diff options
context:
space:
mode:
authorAlexander Bulekov <alxndr@bu.edu>2020-06-22 12:50:40 -0400
committerThomas Huth <thuth@redhat.com>2020-07-06 07:37:02 +0200
commitdda2f556c3503758680b6a868fc49c4886a5039f (patch)
tree4baa621568751788cf66acfb4ff939d181948d5d /hw/core/numa.c
parent45222b9a9016488289a1938a528239c3b83eddb1 (diff)
downloadfocaccia-qemu-dda2f556c3503758680b6a868fc49c4886a5039f.tar.gz
focaccia-qemu-dda2f556c3503758680b6a868fc49c4886a5039f.zip
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>
Diffstat (limited to 'hw/core/numa.c')
0 files changed, 0 insertions, 0 deletions