Skip to content

Commit

Permalink
Add suppressions for uninitialized memory reference in PNGEncoder::En…
Browse files Browse the repository at this point in the history
…codeBGRASkBitmap on Mac.

Remove suppression for leak in bug 12571. (should be fixed by r16879)

BUG=12571
BUG=12640
TEST=Valgrind Mac bot should turn green(er)
Review URL: http://codereview.chromium.org/113828

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16888 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
thestig@chromium.org committed May 26, 2009
1 parent 94dc228 commit ae7b7eb
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions tools/valgrind/suppressions_mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,29 @@
fun:CGContextDrawShading
}
{
# Mac test_shell_tests leak.
bug_12571
Memcheck:Leak
fun:calloc
# Mac unit_tests. See http://crbug.com/11271
bug_12640a
Memcheck:Cond
fun:png_write_find_filter
fun:webkit_png_write_row
fun:_ZN10PNGEncoder6EncodeEPKhNS_11ColorFormatEiiibPSt6vectorIhSaIhEE
...
fun:_ZN24ExtensionsServiceBackend24InstallOrUpdateExtensionERK8FilePathRKSsb
}
{
bug_12640b
Memcheck:Value4
...
fun:png_write_find_filter
fun:webkit_png_write_row
fun:_ZN10PNGEncoder6EncodeEPKhNS_11ColorFormatEiiibPSt6vectorIhSaIhEE
...
fun:_Z14MakeTestButtonP7_NSRectP8NSStringP6NSView
fun:_ZN24ExtensionsServiceBackend24InstallOrUpdateExtensionERK8FilePathRKSsb
}
{
bug_12640c
Memcheck:Param
write(buf)
fun:write$UNIX2003
fun:_ZN24ExtensionsServiceBackend19OnExtensionUnpackedERK8FilePathS2_SsbRK15DictionaryValueRKSt6vectorI6Tuple2I8SkBitmapS0_ESaIS9_EE
}

0 comments on commit ae7b7eb

Please sign in to comment.