Commit 33169d9f authored by thestig's avatar thestig Committed by Commit bot

Roll src/breakpad/src a513e85:3518935 (svn 1384:1387)

r1385: Linux: Call memset() in a couple places in ExceptionHandler.
r1386: IWYU in minidump_writer.cc to fix building with libc++.
r1387: Fix some nits raised by Timur for r1385.

Also remove Valgrind suppression Breakpad r1385 fixed.

BUG=332335

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

Cr-Commit-Position: refs/heads/master@{#296497}
parent f72ee64e
...@@ -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' + '@' + '35189355da4b65ed5e7692f790c240a9ab347731', # from svn revision 1387
'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