Add a valgrind suppression for sendmsg (v2)
authorNils Carlson <nils.carlson@ericsson.com>
Mon, 11 Oct 2010 15:01:32 +0000 (17:01 +0200)
committerNils Carlson <nils.carlson@ericsson.com>
Tue, 12 Oct 2010 06:24:41 +0000 (08:24 +0200)
commit0f973e451177e61b47047f5a803f1d9c80f5a642
tree9570005c5909906980fd6d7aea3eccc08e610b59
parentcd5de8df6ea38d5810c4abd92edf20a24179f0f5
Add a valgrind suppression for sendmsg (v2)

Changes since v1: Make the suppression match libc and
libpthread, multiple versions.

For some reason valgrind thinks the iov array in ustcomm_send_fd
is used uninitialised. Add a suppression so this won't show as
an error.

Signed-off-by: Nils Carlson <nils.carlson@ericsson.com>
Acked-by: David Goulet <david.goulet@polymtl.ca>
tests/valgrind_suppress.txt [new file with mode: 0644]
tests/valgrind_ustd.sh
This page took 0.024318 seconds and 4 git commands to generate.