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

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

Issue 2883046: Suppress bug 50630: Uninitialied read in InternetOptionsHandler found by Valg... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 months 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 54118)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3609,3 +3609,15 @@
fun:_ZN64_GLOBAL__N_net_base_cookie_monster_unittest.cc_00000000_C9F6D94420AddKeyedCookieToListERKSsS1_RKN4base4TimeEPSt6vectorISt4pairISsPN3net13CookieMonster15CanonicalCookieEESaISC_EE
fun:_ZN3net55CookieMonsterTest_DontImportDuplicateCreationTimes_Test8TestBodyEv
}
+{
+ bug_50630
+ Memcheck:Value4
+ fun:modp_b64_encode
+ fun:_ZN4base12Base64EncodeERKSsPSs
+ fun:_Z24ConvertSkBitmapToDataURLRK8SkBitmap
+ fun:_ZN22InternetOptionsHandler10GetNetworkERKSsRK8SkBitmapS1_bbib
+ fun:_ZN22InternetOptionsHandler15GetWirelessListEv
+ fun:_ZN22InternetOptionsHandler18GetLocalizedValuesEP15DictionaryValue
+ fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUIHandler
+ fun:_ZN9OptionsUIC1EP11TabContents
+}
« 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