[pacman-dev] [PATCH 1/2] add send_fakem to valgrind.supp

Andrew Gregory andrew.gregory.8 at gmail.com
Sat Apr 22 21:34:10 UTC 2017


Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
---
 valgrind.supp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/valgrind.supp b/valgrind.supp
index 69265dff..440b7318 100644
--- a/valgrind.supp
+++ b/valgrind.supp
@@ -169,3 +169,11 @@
    obj:/usr/lib/ld-*.so
    ...
 }
+{
+   msgsnd
+   Memcheck:Param
+   msgsnd(msgp->mtext)
+   fun:msgsnd
+   fun:send_fakem
+   ...
+}
-- 
2.12.2


More information about the pacman-dev mailing list