diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-04-22 17:34:10 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2017-05-08 18:53:54 +1000 |
commit | 12f74fd8950b89da15a397ed26bfeb226e20a443 (patch) | |
tree | 112206144841ca0872bb099d361f4b39e71fe351 | |
parent | bf23f85d4a844b8e8c70125bce54bbda90cb0019 (diff) |
add send_fakem to valgrind.supp
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | valgrind.supp | 8 |
1 files changed, 8 insertions, 0 deletions
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 + ... +} |