On 22/06/2020 18.50, Alexander Bulekov wrote:
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 <alx...@bu.edu>

Thanks, queued to qtest-next now:

 https://gitlab.com/huth/qemu/-/commits/qtest-next/

 Thomas


Reply via email to