]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed filter.
authorBart Van Assche <bvanassche@acm.org>
Fri, 27 Jun 2008 07:50:11 +0000 (07:50 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 27 Jun 2008 07:50:11 +0000 (07:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8286

memcheck/tests/filter_malloc_free_fill

index 9eecf58dd35864f6154beb4383612e7da6b3b4a1..bdbf4481a874d3239fed51c6d101efe149b71f3e 100755 (executable)
@@ -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'