fix valgrind build with stats logging enabled

This commit is contained in:
Arvid Norberg
2013-10-03 15:39:19 +00:00
parent 8e4f567ae4
commit 79a29d2bb0
3 changed files with 145 additions and 131 deletions

View File

@@ -56,7 +56,8 @@ def style_output(o):
'jump or move depends on uninitialised value(s)' in l or \
'Invalid read of size' in l or \
'Invalid write of size' in l or \
'Use of uninitialised value of size' in l:
'Use of uninitialised value of size' in l \
'Uninitialised byte(s) found during' in l:
ret += '<span class="compile-error">%s</span>\n' % l
elif ': warning: ' in l or ') : warning C' in l \
or 'Uninitialised value was created by a' in l: