|
From: <sv...@va...> - 2008-06-27 07:50:05
|
Author: bart Date: 2008-06-27 08:50:11 +0100 (Fri, 27 Jun 2008) New Revision: 8286 Log: Fixed filter. Modified: trunk/memcheck/tests/filter_malloc_free_fill Modified: trunk/memcheck/tests/filter_malloc_free_fill =================================================================== --- trunk/memcheck/tests/filter_malloc_free_fill 2008-06-27 07:33:18 UTC (rev 8285) +++ trunk/memcheck/tests/filter_malloc_free_fill 2008-06-27 07:50:11 UTC (rev 8286) @@ -2,4 +2,4 @@ ./filter_stderr | sed -e 's|^Use of uninitialised value of size [0-9]*$|Use of uninitialised value of size .|g' \ - -e 's|^ at 0x\.\.\.\.\.\.\.\.: _itoa_word (in /\.\.\.libc\.\.\.)$| at 0x........: (within /...libc...)|g' + -e 's|^ *at 0x\.*: _itoa_word (in /\.\.\.libc\.\.\.)$| at 0x........: (within /...libc...)|g' |