limdoglim / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Crash when processing file names less then 4 bytes #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Procedure:
1. Generate a crash from an executable with a very short name (less then 4
bytes including the extension).

outcome:
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr

I attached a patch for this.

Original issue reported on code.google.com by login_...@yahoo.com on 20 Apr 2007 at 10:51

Attachments:

GoogleCodeExporter commented 9 years ago
We need this, gonna fix this patch.

Original comment by ted.mielczarek on 5 Jul 2007 at 7:08

GoogleCodeExporter commented 9 years ago
Checked in a fixed patch.

Original comment by ted.mielczarek on 5 Jul 2007 at 7:32