From 57e17d3ef7efae869f59f7f3740644eb4677a4e7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 27 Jun 2008 07:50:11 +0000 Subject: [PATCH] Fixed filter. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8286 --- memcheck/tests/filter_malloc_free_fill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.2