From: Bart Van Assche Date: Fri, 27 Jun 2008 07:50:11 +0000 (+0000) Subject: Fixed filter. X-Git-Tag: svn/VALGRIND_3_4_0~428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e17d3ef7efae869f59f7f3740644eb4677a4e7;p=thirdparty%2Fvalgrind.git Fixed filter. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8286 --- diff --git a/memcheck/tests/filter_malloc_free_fill b/memcheck/tests/filter_malloc_free_fill index 9eecf58dd3..bdbf4481a8 100755 --- a/memcheck/tests/filter_malloc_free_fill +++ b/memcheck/tests/filter_malloc_free_fill @@ -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'