[asterisk-commits] atis: branch 1.4 r233618 - /branches/1.4/contrib/valgrind.supp

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 7 18:02:47 CST 2009


Author: atis
Date: Mon Dec  7 18:02:43 2009
New Revision: 233618

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=233618
Log:
Merged revisions 233577 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r233577 | atis | 2009-12-08 01:10:13 +0200 (Tue, 08 Dec 2009) | 8 lines
  
  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:
    branches/1.4/contrib/valgrind.supp

Modified: branches/1.4/contrib/valgrind.supp
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/contrib/valgrind.supp?view=diff&rev=233618&r1=233617&r2=233618
==============================================================================
--- branches/1.4/contrib/valgrind.supp (original)
+++ branches/1.4/contrib/valgrind.supp Mon Dec  7 18:02:43 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 asterisk-commits mailing list