[Asterisk-code-review] contrib/valgrind: Fix use of frame-level suppression (asterisk[master])
snuffy
asteriskteam at digium.com
Tue Dec 17 18:22:45 CST 2019
snuffy has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/13453 )
Change subject: contrib/valgrind: Fix use of frame-level suppression
......................................................................
contrib/valgrind: Fix use of frame-level suppression
Fix use of frame-level wildcard usage in suppression file.
ASTERISK-27243 #close
Reported-by: Richard Kenner
Change-Id: I1c0c64c5f305d2c9aa124e11f1f64a2eec52dc51
---
M contrib/valgrind.supp
1 file changed, 7 insertions(+), 7 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/53/13453/1
diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp
index 19a899f..3a4097c 100644
--- a/contrib/valgrind.supp
+++ b/contrib/valgrind.supp
@@ -5,26 +5,26 @@
{
dlclose-1
Memcheck:Addr1
- fun:...
+ ...
fun:dlclose
fun:load_dynamic_module
- fun:...
+ ...
}
{
dlclose-2
Memcheck:Addr2
- fun:...
+ ...
fun:dlclose
fun:load_dynamic_module
- fun:...
+ ...
}
{
dlclose-4
Memcheck:Addr4
- fun:...
+ ...
fun:dlclose
fun:load_dynamic_module
- fun:...
+ ...
}
@@ -36,6 +36,6 @@
speex_decode
Memcheck:Cond
fun:speex_decode_int
- fun:...
+ ...
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/13453
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I1c0c64c5f305d2c9aa124e11f1f64a2eec52dc51
Gerrit-Change-Number: 13453
Gerrit-PatchSet: 1
Gerrit-Owner: snuffy <snuffy22 at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20191217/0169cd7a/attachment.html>
More information about the asterisk-code-review
mailing list