[asterisk-commits] atis: branch 1.6.0 r233617 - in /branches/1.6.0: ./ contrib/valgrind.supp
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 7 17:57:25 CST 2009
Author: atis
Date: Mon Dec 7 17:57:21 2009
New Revision: 233617
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=233617
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.0/ (props changed)
branches/1.6.0/contrib/valgrind.supp
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/contrib/valgrind.supp
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/contrib/valgrind.supp?view=diff&rev=233617&r1=233616&r2=233617
==============================================================================
--- branches/1.6.0/contrib/valgrind.supp (original)
+++ branches/1.6.0/contrib/valgrind.supp Mon Dec 7 17:57:21 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