Commit b35081bf authored by hashimoto's avatar hashimoto Committed by Commit bot

Roll src/breakpad/src 398c70a:d5d1eac (svn 1414:1416)

Summary of changes available at:
https://chromium.googlesource.com/external/google-breakpad/src/+log/398c70a..d5d1eac
d5d1eac  Stop calling memmove when unnecessary
482062f  Fix some fragile code that is likely to cause future memory corruption problems.

BUG=450137
R=mark@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#313505}
parent 96339279
...@@ -107,7 +107,7 @@ allowed_hosts = [ ...@@ -107,7 +107,7 @@ allowed_hosts = [
deps = { deps = {
'src/breakpad/src': 'src/breakpad/src':
Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '398c70a3e6825e2bc77fb4779107b018c58f0612', # from svn revision 1414 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + 'd5d1eacd7394325c27d715a83976a3bb7d4d237f', # from svn revision 1416
'src/buildtools': 'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'), Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
......
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