mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 01:05:07 +01:00
Processor crashes on some truncated minidumps after #222. r=ted.mielczarek
http://groups.google.com/group/google-breakpad-dev/browse_thread/thread/a451668b1ece259f git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@254 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
867df1c652
commit
61ea8bf0d5
2 changed files with 13 additions and 6 deletions
|
|
@ -109,6 +109,8 @@ class MinidumpObject {
|
|||
public:
|
||||
virtual ~MinidumpObject() {}
|
||||
|
||||
bool valid() const { return valid_; }
|
||||
|
||||
protected:
|
||||
explicit MinidumpObject(Minidump* minidump);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue