Files
breakpad/src/processor
Ivan Penkov 24f5931c5e Server-side workaround to handle overlapping modules.
This change is resolving an issue that was caused by the combination of:
 - Android system libraries being relro packed in N+.
 - Breakpad dealing with relro packed libraries in a hack way.

This is a fix for http://crbug/611824.

I also found an use-after-free issue (bug in Minidump::SeekToStreamType).  I disallowed the MinidumpStreamInfo copy and assign constructors and the compiler detected another similar issue in Minidump::Print.  Then I disabled the copy and assign constructors for most classes in minidump.h (just in case).  There are a couple of classes where I couldn't disallow them (since assign is used).  This will require a small refactor so I left it out of this CL.

R=mark@chromium.org

Review URL: https://codereview.chromium.org/2060663002 .
2016-06-20 11:14:47 -07:00
..
2016-04-01 10:11:10 -04:00
2013-03-06 14:04:42 +00:00
2012-09-10 19:46:19 +00:00
2013-03-06 14:04:42 +00:00
2013-09-11 11:37:04 +00:00
2016-02-06 18:58:39 -05:00
2013-03-06 14:04:42 +00:00
2013-03-06 14:04:42 +00:00
2013-09-11 11:37:04 +00:00
2013-09-11 11:37:04 +00:00