[svn-commits] atis: branch 1.6.1 r233616 - in /branches/1.6.1: ./ contrib/valgrind.supp

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


Author: atis
Date: Mon Dec  7 17:56:04 2009
New Revision: 233616

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=233616
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.6.1/   (props changed)
    branches/1.6.1/contrib/valgrind.supp

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/contrib/valgrind.supp
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/contrib/valgrind.supp?view=diff&rev=233616&r1=233615&r2=233616
==============================================================================
--- branches/1.6.1/contrib/valgrind.supp (original)
+++ branches/1.6.1/contrib/valgrind.supp Mon Dec  7 17:56:04 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