diff options
author | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-30 15:22:01 +0000 |
---|---|---|
committer | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-30 15:22:01 +0000 |
commit | 26abd4c9f8fe513847aa9cde79eb5b4980ba1752 (patch) | |
tree | e2b381549f8e0f5cb88986dcc4a79e7c42d9ba72 /tools/valgrind/drmemory | |
parent | fa4be624898f36d718ea4c281699ea9b6e29750d (diff) | |
download | chromium_src-26abd4c9f8fe513847aa9cde79eb5b4980ba1752.zip chromium_src-26abd4c9f8fe513847aa9cde79eb5b4980ba1752.tar.gz chromium_src-26abd4c9f8fe513847aa9cde79eb5b4980ba1752.tar.bz2 |
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
Diffstat (limited to 'tools/valgrind/drmemory')
-rw-r--r-- | tools/valgrind/drmemory/suppressions_full.txt | 24 |
1 files changed, 24 insertions, 0 deletions
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 |