From 26abd4c9f8fe513847aa9cde79eb5b4980ba1752 Mon Sep 17 00:00:00 2001 From: "rnk@chromium.org" Date: Mon, 30 Apr 2012 15:22:01 +0000 Subject: Suppress Windows system leaks through winhttp and our proxy config and resolution code. TBR=sergeyu@chromium.org BUG=125558 Review URL: https://chromiumcodereview.appspot.com/10267010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134535 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/drmemory/suppressions_full.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'tools/valgrind/drmemory') diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt index 689251c..a536adf 100644 --- a/tools/valgrind/drmemory/suppressions_full.txt +++ b/tools/valgrind/drmemory/suppressions_full.txt @@ -38,6 +38,30 @@ name=intentional WTF ThreadData leak ... *!WTF::wtfThreadData +# Happens when winhttp returns ERROR_WINHTTP_UNABLE_TO_DOWNLOAD_SCRIPT. +LEAK +name=http://crbug.com/125558 a +KERNELBASE.dll!LocalAlloc +SECHOST.dll!... +SECHOST.dll!NotifyServiceStatusChange +WINHTTP.dll!... +WINHTTP.dll!WinHttpDetectAutoProxyConfigUrl +*!net::ProxyResolverWinHttp::GetProxyForURL + +# Tiny locale-related leaks in ntdll. Probably system bug. +LEAK +name=http://crbug.com/125558 b +ntdll.dll!... +ntdll.dll!* +KERNELBASE.dll!... +KERNELBASE.dll!GetCPInfoExW +webio.dll!* +webio.dll!* +webio.dll!* +WINHTTP.dll!... +WINHTTP.dll!WinHttpGetIEProxyConfigForCurrentUser +*!net::ProxyConfigServiceWin::GetCurrentProxyConfig + ############################################################### # Suppress some false reports due to bugs in Dr.Memory like wrong analysis # assumptions or unhandled syscalls -- cgit v1.1