]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
contrib/valgrind: Fix use of frame-level suppression
authorSnuffy <snuffy22@gmail.com>
Wed, 18 Dec 2019 00:20:49 +0000 (11:20 +1100)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 2 Jan 2020 15:44:04 +0000 (09:44 -0600)
Fix use of frame-level wildcard usage in suppression file.

ASTERISK-27243 #close
Reported-by: Richard Kenner
Change-Id: I1c0c64c5f305d2c9aa124e11f1f64a2eec52dc51

contrib/valgrind.supp

index 19a899f493c2f2dd780b81a74a3c5193fc67e069..3a4097c362e5caa08b60884cc9b7741d801579e8 100644 (file)
@@ -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:...
+   ...
 }