Commit ec86bac9 authored by thestig's avatar thestig Committed by Commit bot

Roll breakpad a513e85:7caf028 (svn 1384:1385)

r1385: Linux: Call memset() in a couple places in ExceptionHandler.

BUG=332335

Review URL: https://codereview.chromium.org/590403003

Cr-Commit-Position: refs/heads/master@{#296446}
parent e91dd8b5
...@@ -100,7 +100,7 @@ allowed_hosts = [ ...@@ -100,7 +100,7 @@ allowed_hosts = [
deps = { deps = {
'src/breakpad/src': 'src/breakpad/src':
Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + 'a513e85a22fca048860dcbfcac132b757e524857', # from svn revision 1384 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '7caf0282296beeeb42d9ace3f0bf604d8ef57477', # from svn revision 1385
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'), Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
......
...@@ -3178,16 +3178,6 @@ ...@@ -3178,16 +3178,6 @@
fun:_ZN5blink15ResourceFetcher16fetchRawResourceERNS_12FetchRequestE fun:_ZN5blink15ResourceFetcher16fetchRawResourceERNS_12FetchRequestE
fun:_ZN5blink24DocumentThreadableLoader11loadRequestERKNS_15ResourceRequestENS_19SecurityCheckPolicyE fun:_ZN5blink24DocumentThreadableLoader11loadRequestERKNS_15ResourceRequestENS_19SecurityCheckPolicyE
} }
{
bug_332335
Memcheck:Param
sendmsg(msg.msg_iov[0])
...
fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandler11RequestDumpEPKvm
fun:_ZN15google_breakpad16ExceptionHandler12GenerateDumpEPNS0_12CrashContextE
fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv
fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv
}
{ {
bug_340952 bug_340952
Memcheck:Leak Memcheck:Leak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment