accuya/google-breakpad

Crash when processing file names less then 4 bytes

Closed this issue · 2 comments

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:

We need this, gonna fix this patch.

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

  • Changed state: Accepted
Checked in a fixed patch.

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

  • Changed state: Fixed