Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 8824001: Suppression for uninitialized access in PNGImageReader::decode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index b4677ec63f57ac1f931b6ebd59ca52fbc5c0ef0a..04d1b2da18f3c71a6705ab4c2f997f604a4e66e0 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -1687,6 +1687,28 @@
fun:_ZN7WebCore15PNGImageEncoder6encode*
}
{
+ bug_30704f
+ Memcheck:Uninitialized
+ ...
+ fun:png_process_data
+ fun:_ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb
+ fun:_ZN7WebCore15PNGImageDecoder6decodeEb
+ fun:_ZN7WebCore15PNGImageDecoder18frameBufferAtIndexEm
+ fun:_ZN7WebCore11ImageSource18createFrameAtIndexEm
+ fun:_ZN7WebCore11BitmapImage10cacheFrameEm
+ fun:_ZN7WebCore11BitmapImage12frameAtIndexEm
+ fun:_ZN7WebCore11BitmapImage26nativeImageForCurrentFrameEv
+ fun:_ZN7WebCore11BitmapImage4drawEPNS_15GraphicsContextERKNS_9FloatRectES5_NS_10ColorSpaceENS_17CompositeOperatorE
+ fun:_ZN7WebCore15GraphicsContext9drawImageEPNS_5ImageENS_10ColorSpaceERKNS_9FloatRectES6_NS_17CompositeOperatorEb
+ fun:_ZN7WebCore15GraphicsContext9drawImageEPNS_5ImageENS_10ColorSpaceERKNS_7IntRectES6_NS_17CompositeOperatorEb
+ fun:_ZN7WebCore15GraphicsContext9drawImageEPNS_5ImageENS_10ColorSpaceERKNS_7IntRectENS_17CompositeOperatorEb
+ fun:_ZN7WebCore11RenderImage13paintIntoRectEPNS_15GraphicsContextERKNS_7IntRectE
+ fun:_ZN7WebCore11RenderImage13paintReplacedERNS_9PaintInfoERKNS_8IntPointE
+ fun:_ZN7WebCore14RenderReplaced5paintERNS_9PaintInfoERKNS_8IntPointE
+ fun:_ZN7WebCore11RenderImage5paintERNS_9PaintInfoERKNS_8IntPointE
+ fun:_ZN7WebCore9InlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii
+}
+{
bug_87232
Memcheck:Uninitialized
fun:_ZN7WebCore12base64EncodeEPKcjRN3WTF6VectorIcLj0EEEb
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698