diff --git a/src/valgrind.supp b/src/valgrind.supp index 69d55e2..6dcd5d2 100644 --- a/src/valgrind.supp +++ b/src/valgrind.supp @@ -9,3 +9,15 @@ fun:_dl_relocate_object ... } +# ioctl emulation reads the client memory unconditionally; even for a read() call, as that is simpler overall +{ + remote_emulate_send_uninited + Memcheck:Param + socketcall.sendto(msg) + ... + fun:__libc_send + fun:send + fun:remote_emulate + fun:read + ... +}