[svn-commits] atis: trunk r233577 - /trunk/contrib/valgrind.supp

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 7 17:10:17 CST 2009


Author: atis
Date: Mon Dec  7 17:10:13 2009
New Revision: 233577

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=233577
Log:
Fix compatibility with valgrind 3.3 and older.

(noticed in issue #16388)
Reported by: parisioa
Patches:
    valgrind.supp uloaded by atis (license 242)
Tested by: atis, parisioa

Modified:
    trunk/contrib/valgrind.supp

Modified: trunk/contrib/valgrind.supp
URL: http://svnview.digium.com/svn/asterisk/trunk/contrib/valgrind.supp?view=diff&rev=233577&r1=233576&r2=233577
==============================================================================
--- trunk/contrib/valgrind.supp (original)
+++ trunk/contrib/valgrind.supp Mon Dec  7 17:10:13 2009
@@ -5,18 +5,18 @@
 {
    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
@@ -24,7 +24,7 @@
    ...
    fun:dlclose
    fun:load_dynamic_module
-   ...
+   fun:...
 }
 
 
@@ -36,6 +36,6 @@
    speex_decode
    Memcheck:Cond
    fun:speex_decode_int
-   ...
+   fun:...
 }
 




More information about the svn-commits mailing list