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

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

Issue 13856008: Suppress uninitialized read in file_util::FileEnumerator::Next() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index eb5e83b57f9c913430f8a4b0387b60293d0945da..7c2ca684adb23a4d3b3b441c4bf1cf65e1488598 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2381,3 +2381,14 @@
read(buf)
fun:read$UNIX2003
}
+{
+ bug_231969
+ Memcheck:Uninitialized
+ fun:rangematch
+ fun:fnmatch1
+ fun:fnmatch1
+ fun:fnmatch$UNIX2003
+ fun:_ZN9file_util14FileEnumerator4NextEv
+ fun:_ZN10disk_cache11SimpleIndex15RestoreFromDiskERKN4base8FilePathE
+ fun:_ZN10disk_cache11SimpleIndex12LoadFromDiskERKN4base8FilePathERK13scoped_refptrINS1_10TaskRunnerEERKNS1_8CallbackIFv10scoped_ptrIN9__gnu_cxx8hash_mapIyNS_13EntryMetadataENSC_4hashIyEESt8equal_toIyESaISE_EEENS1_14DefaultDeleterISK_EEEEEE
+}
« 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