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

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

Issue 16306003: Fix uninitialized read in the SimpleCache tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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 | « net/disk_cache/entry_unittest.cc ('k') | 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 ff9d1fef6efbf9e8b726996a59fe8375a67df98f..1e277f688a4b437c9e566f1a6f9b6f65a4e70229 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -7340,21 +7340,6 @@ fun:_ZN7content21RenderViewHostManager8NavigateERKNS_19NavigationEntryImplE
fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
}
{
- bug_245952a
- Memcheck:Uninitialized
- fun:crc32_little
- fun:MOZ_Z_crc32
- fun:_ZN10disk_cache15SimpleEntryImpl17WriteDataInternalEiiPN3net8IOBufferEiRKN4base8CallbackIFviEEEb
-}
-{
- bug_245952b
- Memcheck:Param
- pwrite64(buf)
- obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
- fun:_ZN4base17WritePlatformFileEilPKci
- fun:_ZN10disk_cache22SimpleSynchronousEntry9WriteDataEiiPN3net8IOBufferEibPi
-}
-{
bug_245092a
Memcheck:Leak
fun:_Znw*
« no previous file with comments | « net/disk_cache/entry_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698