############################
# Known reports on the third party we have no control over.
UNINITIALIZED READ
...
*!deflate_*
*!MOZ_Z_deflate

# http://code.google.com/p/drmemory/issues/detail?id=406
# TODO(timurrrr): check if these frames change when NT_SYMBOLS are present.
LEAK
ADVAPI32.dll!WmiOpenBlock
ADVAPI32.dll!WmiOpenBlock

# Reports from Sophos antivirus
UNINITIALIZED READ
...
sophos*.dll!*

LEAK
...
sophos*.dll!*

# Leaks inside GoogleDesktop - it injects into our processes for some reason
LEAK
...
GoogleDesktopNetwork3.DLL!DllUnregisterServer

############################
# Suppress some false reports due to bugs in Dr.Memory like wrong analysis
# assumptions or unhandled syscalls

# False reports during printing using fprintf
UNINITIALIZED READ
system call NtRaiseException
KERNEL32.dll!RaiseException
*!DebuggerProbe
*!DebuggerKnownHandle

UNADDRESSABLE ACCESS
ntdll.dll!towlower
ntdll.dll!KiUserExceptionDispatcher
*!DebuggerProbe
*!DebuggerKnownHandle

# LoadLibrary calls give some strange reports
UNADDRESSABLE ACCESS
ntdll.dll!strchr
KERNEL32.dll!LoadLibraryExW

# http://code.google.com/p/drmemory/issues/detail?id=12
UNINITIALIZED READ
ntdll.dll!Rtl*
ntdll.dll!Rtl*
ntdll.dll!RtlFindActivationContextSectionString

UNINITIALIZED READ
...
SHELL32.dll!SHFileOperation*

UNINITIALIZED READ
...
SHELL32.dll!SHGetFolderPath*

LEAK
...
SHELL32.dll!SHGetFolderPath*

UNINITIALIZED READ
...
SHELL32.dll!SHCreateDirectory*

UNADDRESSABLE ACCESS
...
SHELL32.dll!SHFileOperation*

UNINITIALIZED READ
...
SHELL32.dll!ILLoadFromStream*

UNINITIALIZED READ
...
SHELL32.dll!ILSaveToStream*

POSSIBLE LEAK
...
SHELL32.dll!SHFileOperation*

# http://code.google.com/p/drmemory/issues/detail?id=14
UNINITIALIZED READ
...
*!CreateProcess*

LEAK
...
*!CreateProcess*

UNINITIALIZED READ
...
*!base::LaunchApp*

# http://code.google.com/p/drmemory/issues/detail?id=17
UNINITIALIZED READ
...
*!CreateWindow*

POSSIBLE LEAK
GDI32.dll!*
GDI32.dll!CreateFontIndirectExW
GDI32.dll!CreateFontIndirectW

# http://code.google.com/p/drmemory/issues/detail?id=18
UNINITIALIZED READ
...
*!CoInitialize*

UNINITIALIZED READ
...
*!CoCreateInstance*

UNINITIALIZED READ
...
*!CoUninitialize*

UNINITIALIZED READ
...
UxTheme.dll!*

UNINITIALIZED READ
...
RPCRT4.dll!UuidCreate

# http://code.google.com/p/drmemory/issues/detail?id=36
UNINITIALIZED READ
system call NtContinue
*!DebuggerProbe
*!DebuggerKnownHandle

# http://code.google.com/p/drmemory/issues/detail?id=40
UNINITIALIZED READ
...
WINSPOOL.DRV!*

UNADDRESSABLE ACCESS
...
WINSPOOL.DRV!*

INVALID HEAP ARGUMENT
...
WINSPOOL.DRV!*

LEAK
...
WINSPOOL.DRV!*

# http://code.google.com/p/drmemory/issues/detail?id=48
UNINITIALIZED READ
system call NtContinue
*!*SetThreadName

UNINITIALIZED READ
system call NtContinue
*!WTF::initializeCurrentThreadInternal

# http://code.google.com/p/drmemory/issues/detail?id=52
UNINITIALIZED READ
...
DBGHELP.dll!SymInitialize

UNINITIALIZED READ
...
DBGHELP.dll!SymEnumSourceFiles

UNINITIALIZED READ
...
msvcrt.dll!_RTDynamicCast

# http://code.google.com/p/drmemory/issues/detail?id=53
UNINITIALIZED READ
ADVAPI32.dll!WmiMofEnumerateResourcesA
ADVAPI32.dll!WmiMofEnumerateResourcesA
ADVAPI32.dll!Sta*TraceW

# http://code.google.com/p/drmemory/issues/detail?id=58
UNINITIALIZED READ
...
*!_cfltcvt_l

# http://code.google.com/p/drmemory/issues/detail?id=59
UNADDRESSABLE ACCESS
...
*!SetEnvironmentVariable*

# http://code.google.com/p/drmemory/issues/detail?id=60
UNINITIALIZED READ
USP10.dll!*
...
USP10.dll!ScriptStringAnalyse

UNADDRESSABLE ACCESS
system call NtUserGetClassInfo* WNDCLASS*.lpszClassName

LEAK
IMM32.dll!ImmGetIMCCSize
IMM32.dll!ImmLockClientImc
IMM32.dll!ImmDisableIME
IMM32.dll!ImmSetActiveContext
USER32.dll!IMPSetIMEA

# http://code.google.com/p/drmemory/issues/detail?id=65
UNINITIALIZED READ
...
*!SystemFunction036

UNINITIALIZED READ
...
*!talk_base::CreateRandomString

# http://code.google.com/p/drmemory/issues/detail?id=68
UNINITIALIZED READ
...
WS2_32.dll!*

UNINITIALIZED READ
...
ADVAPI32.dll!SetSecurityDescriptorDacl

UNINITIALIZED READ
...
MSWSOCK.dll!WSPStartup

UNADDRESSABLE ACCESS
...
MSWSOCK.dll!WSPStartup

UNINITIALIZED READ
...
ntdll.dll!RtlValidateUnicodeString

UNADDRESSABLE ACCESS
...
ntdll.dll!RtlValidateUnicodeString

# http://code.google.com/p/drmemory/issues/detail?id=256
LEAK
*!_mtinit
*!__tmainCRTStartup
*!mainCRTStartup

# http://code.google.com/p/drmemory/issues/detail?id=274
POSSIBLE LEAK
...
GDI32.dll!CreateDCW

LEAK
...
GDI32.dll!CreateDCW

# http://code.google.com/p/drmemory/issues/detail?id=275
LEAK
...
*!_getptd*

# http://code.google.com/p/drmemory/issues/detail?id=276
UNINITIALIZED READ
...
ntdll.dll!RtlConvertUlongToLargeInteger
ntdll.dll!RtlConvertUlongToLargeInteger
ntdll.dll!KiUserExceptionDispatcher

# http://code.google.com/p/drmemory/issues/detail?id=305
LEAK
*!free
*!free
*!operator new
...
*!MiniDumpWriteDump

# http://code.google.com/p/drmemory/issues/detail?id=346
UNINITIALIZED READ
...
GDI32.dll!CloseEnhMetaFile

UNINITIALIZED READ
GDI32.dll!SetPolyFillMode
GDI32.dll!CreateICW

# http://code.google.com/p/drmemory/issues/detail?id=362
UNINITIALIZED READ
USER32.dll!UnregisterClass*

# http://code.google.com/p/drmemory/issues/detail?id=380
UNINITIALIZED READ
system call NtQueryInformationToken

# http://code.google.com/p/drmemory/issues/detail?id=382
LEAK
...
ntdll.dll!CsrNewThread

# http://code.google.com/p/drmemory/issues/detail?id=397
UNINITIALIZED READ
system call NtDeviceIoControlFile InputBuffer
ADVAPI32.dll!ImpersonateAnonymousToken

# http://code.google.com/p/drmemory/issues/detail?id=407
UNINITIALIZED READ
system call NtRequestWaitReplyPort
RPCRT4.dll!I_RpcSendReceive
RPCRT4.dll!NdrSendReceive

UNINITIALIZED READ
IMM32.dll!*
ntdll.dll!LdrInitializeThunk
ntdll.dll!LdrShutdownThread

# http://code.google.com/p/drmemory/issues/detail?id=412
UNINITIALIZED READ
ADVAPI32.dll!RegDeleteValue*

UNINITIALIZED READ
...
ADVAPI32.dll!Crypt*

UNINITIALIZED READ
...
RPCRT4.dll!NdrClientCall2

LEAK
RSAENH.dll!DllUnregisterServer
...
ADVAPI32.dll!CryptAcquireContextA
CRYPT32.dll!CryptEnumOIDFunction
...
CRYPT32.dll!CertFindCertificateInStore

UNINITIALIZED READ
...
RSAENH.dll!CPGenRandom

UNINITIALIZED READ
...
CRYPT??.dll!Crypt*

UNINITIALIZED READ
*!replace_memcmp
...
*!testing::internal::CmpHelperEQ*
...
*!SymmetricKeyTest_ImportGeneratedKey_Test::TestBody

# http://code.google.com/p/drmemory/issues/detail?id=425
UNINITIALIZED READ
CLBCatQ.DLL!DestroyStgDatabase
CLBCatQ.DLL!PostError
CLBCatQ.DLL!PostError

LEAK
RPCRT4.dll!I_RpcBCacheFree
RPCRT4.dll!I_RpcBCacheFree
...
RPCRT4.dll!NdrClientCall2

UNINITIALIZED READ
msdmo.dll!*
msdmo.dll!*
DEVENUM.DLL!*

# http://code.google.com/p/drmemory/issues/detail?id=435
UNINITIALIZED READ
...
ntdll.dll!RtlSetSecurityObject
ntdll.dll!RtlNewSecurityObjectEx
ADVAPI32.dll!CreatePrivateObjectSecurityEx
NTMARTA.dll!AccRewriteSetNamedRights

POSSIBLE LEAK
WLDAP32.dll!Ordinal325
...
WLDAP32.dll!Ordinal325
ntdll.dll!LdrInitializeThunk
ntdll.dll!LdrFindResourceDirectory_U
ntdll.dll!RtlValidateUnicodeString
ntdll.dll!LdrLoadDll
KERNEL32.dll!LoadLibraryExW

# http://code.google.com/p/drmemory/issues/detail?id=438
# mod+offs suppression because the symbolic makes no sense and changes
# completely in the presence of WS2_32.dll symbols.
LEAK
<WS2_32.dll+0x260c>
<WS2_32.dll+0x2b76>
<WS2_32.dll+0x2c61>

# http://code.google.com/p/drmemory/issues/detail?id=454
UNINITIALIZED READ
...
WINMM.dll!waveOutGetNumDevs

LEAK
...
WINMM.dll!waveOutGetNumDevs

# http://code.google.com/p/drmemory/issues/detail?id=471
UNINITIALIZED READ
*!media::AudioRendererAlgorithmOLA::Crossfade<unsigned char>
*!media::AudioRendererAlgorithmOLA::FillBuffer
*!media::AudioRendererAlgorithmOLATest_FillBuffer_*

# http://code.google.com/p/drmemory/issues/detail?id=473
UNINITIALIZED READ
system call NtDeviceIoControlFile InputBuffer
...
iphlpapi.dll!GetAdaptersAddresses

POSSIBLE LEAK
ESENT.dll!*
ESENT.dll!*
ESENT.dll!*
ntdll.dll!Ldr*Init*
ntdll.dll!Ldr*
ntdll.dll!*
ntdll.dll!LdrLoadDll
...
iphlpapi.dll!GetPerAdapterInfo
...
iphlpapi.dll!GetAdaptersAddresses

# http://code.google.com/p/drmemory/issues/detail?id=475
LEAK
...
ADVAPI32.dll!CryptAcquireContextA
...
CRYPT32.dll!CryptMsgOpenToDecode
...
CRYPT32.dll!CryptQueryObject

# http://code.google.com/p/drmemory/issues/detail?id=476
LEAK
...
RPCRT4.dll!RpcBindingFromStringBindingW
...
NETAPI32.dll!DsRoleGetPrimaryDomainInformation
...
USERENV.dll!CreateEnvironmentBlock
...
CRYPT32.dll!CertOpenStore
...
CRYPT32.dll!CertCreateCertificateChainEngine

LEAK
KERNEL32.dll!LocalAlloc
...
CRYPT32.dll!CryptDecodeObjectEx
...
CRYPT32.dll!CertGetCRLContextProperty
...
CRYPT32.dll!CertGetCertificateChain

# http://code.google.com/p/drmemory/issues/detail?id=499
UNINITIALIZED READ
system call NtUserGetClassInfo WNDCLASSEX*

UNADDRESSABLE ACCESS
system call NtUserGetClassInfo WNDCLASSEX

############################
# TODO(timurrrr): investigate these
UNINITIALIZED READ
...
*!win_util::GetLogonSessionOnlyDACL

UNINITIALIZED READ
...
ntshrui.dll!IsPathSharedW

UNINITIALIZED READ
...
*!NetApiBufferFree

UNINITIALIZED READ
...
*!ShellExecute*

UNADDRESSABLE ACCESS
...
*!SHParseDisplayName

UNINITIALIZED READ
...
*!SHParseDisplayName

UNINITIALIZED READ
...
*!GetCanonicalPathInfo*

UNADDRESSABLE ACCESS
...
*!GetCanonicalPathInfo*

UNINITIALIZED READ
...
SHELL32.dll!Ordinal*

UNADDRESSABLE ACCESS
...
GDI32.dll!CreateDC*

UNINITIALIZED READ
...
GDI32.dll!GetTextExtentPoint32*

# This one looks interesting
INVALID HEAP ARGUMENT
...
KERNEL32.dll!ExitProcess

UNINITIALIZED READ
...
*!SyncSocketClientListener::OnMsgClassResponse

UNINITIALIZED READ
...
*!*NSPRInitSingleton*

UNINITIALIZED READ
*!NdrSimpleStructFree

UNINITIALIZED READ
ntdll.dll!RtlpNtOpenKey
ntdll.dll!RtlMakeSelfRelativeSD
ntdll.dll!RtlAbsoluteToSelfRelativeSD
ADVAPI32.dll!MakeSelfRelativeSD

UNINITIALIZED READ
...
CRYPT32.dll!I_CertSyncStore

############################
# Intentional errors in Chromium tests (ToolsSanityTests)
LEAK
base_unittests.exe!operator new
base_unittests.exe!operator new[]
base_unittests.exe!base::ToolsSanityTest_MemoryLeak_Test::TestBody

UNADDRESSABLE ACCESS
base_unittests.exe!*ReadValueOutOfArrayBoundsLeft
base_unittests.exe!*MakeSomeErrors
base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody

UNADDRESSABLE ACCESS
base_unittests.exe!*ReadValueOutOfArrayBoundsRight
base_unittests.exe!*MakeSomeErrors
base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody

UNADDRESSABLE ACCESS
base_unittests.exe!*WriteValueOutOfArrayBoundsLeft
base_unittests.exe!*MakeSomeErrors
base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody

UNADDRESSABLE ACCESS
base_unittests.exe!*WriteValueOutOfArrayBoundsRight
base_unittests.exe!*MakeSomeErrors
base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody

UNINITIALIZED READ
base_unittests.exe!*ReadUninitializedValue
base_unittests.exe!*MakeSomeErrors
base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody

# Write after free
UNADDRESSABLE ACCESS
base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody

UNADDRESSABLE ACCESS
base_unittests.exe!*ReadValueOutOfArrayBoundsLeft
base_unittests.exe!*MakeSomeErrors
base_unittests.exe!base::ToolsSanityTest_AccessesToNewMemory_Test::TestBody

UNADDRESSABLE ACCESS
base_unittests.exe!*ReadValueOutOfArrayBoundsRight
base_unittests.exe!*MakeSomeErrors
base_unittests.exe!base::ToolsSanityTest_AccessesToNewMemory_Test::TestBody

UNADDRESSABLE ACCESS
base_unittests.exe!*WriteValueOutOfArrayBoundsLeft
base_unittests.exe!*MakeSomeErrors
base_unittests.exe!base::ToolsSanityTest_AccessesToNewMemory_Test::TestBody

UNADDRESSABLE ACCESS
base_unittests.exe!*WriteValueOutOfArrayBoundsRight
base_unittests.exe!*MakeSomeErrors
base_unittests.exe!base::ToolsSanityTest_AccessesToNewMemory_Test::TestBody

UNINITIALIZED READ
base_unittests.exe!*ReadUninitializedValue
base_unittests.exe!*MakeSomeErrors
base_unittests.exe!base::ToolsSanityTest_AccessesToNewMemory_Test::TestBody

# Write after delete []
UNADDRESSABLE ACCESS
base_unittests.exe!base::ToolsSanityTest_AccessesToNewMemory_Test::TestBody

############################
# Benign issues in Chromium

# We deliberately leak different kinds of Histograms to avoid data races.
LEAK
...
*!operator new
...
*!*::*Histogram::FactoryGet

# Deliberate LazyInstance leaks
LEAK
...
*!base::LeakyLazyInstanceTraits*::New
*!base::LazyInstance*::Pointer

############################
# Real issues in Chromium

# http://crbug.com/32623
LEAK
...
*!ssl3_HandleHandshakeMessage
*!ssl3_HandleHandshake
*!ssl3_HandleRecord
*!ssl3_GatherCompleteHandshake
...
*!SSL_ForceHandshake
*!net::SSLServerSocketNSS::DoHandshake
*!net::SSLServerSocketNSS::DoHandshakeLoop

# http://crbug.com/57266 (1)
UNINITIALIZED READ
...
*!remoting::EncoderVp8::Encode

# http://crbug.com/57266 (2)
UNINITIALIZED READ
...
*!vp8_*

# http://crbug.com/70062
LEAK
*!PR_Calloc
*!PR_NewLock
...
*!InitSessionCacheLocks
*!initSessionCacheLocksLazily
*!PR_CallOnce
*!ssl_InitSessionCacheLocks
*!lock_cache
*!ssl_LookupSID
*!ssl2_BeginClientHandshake
*!ssl_Do1stHandshake
*!SSL_ForceHandshake
*!net::SSL*SocketNSS::DoHandshake
*!net::SSL*SocketNSS::DoHandshakeLoop

# http://crbug.com/70388
LEAK
*!operator new
*!NewCallback<PrintingContextTest,enum printing::PrintingContext::Result>
*!PrintingContextTest_PrintAll_Test::TestBody

# http://crbug.com/70389
POSSIBLE LEAK
...
WINSPOOL.DRV!OpenPrinterW
*!PrintDlgExMock
*!printing::PrintingContextWin::AskUserForSettings
*!PrintingContextTest_PrintAll_Test::TestBody

# http://crbug.com/73744
LEAK
*!operator new
*!remoting::TraceContext::Get
*!remoting::TraceContext::tracer
*!remoting::ScreenRecorder::DoCapture
*!remoting::ScreenRecorder::DoStart

# http://crbug.com/74413
LEAK
*!operator new
*!net::HttpAuthHandlerFactory::CreateDefault

# http://crbug.com/74417
LEAK
*!operator new
*!disk_cache::BackendImpl::CreateEntryImpl

# http://crbug.com/74425
LEAK
*!operator new
*!disk_cache::BackendImpl::NewEntry

# http://crbug.com/81522
LEAK
*!operator new
*!base::MessageLoopProxy::CreateForCurrentThread
*!IPC::ChannelProxy::Context::Context
*!IPC::ChannelProxy::ChannelProxy
*!IPCChannelTest_ChannelProxyTest_Test::TestBody

# http://crbug.com/87612
LEAK
...
*!SSL_ConfigSecureServer
*!net::SSLServerSocketNSS::InitializeSSLOptions
*!net::SSLServerSocketNSS::Handshake

# Empty line at EOF - workaround for
# http://code.google.com/p/drmemory/issues/detail?id=41
