karimjimo / google-breakpad

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

AddMappingInfo does not terminate its mapping name #453

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run breakpad unit tests on a chromium-os target without this patch

What is the expected output? What do you see instead?
Tests pass, instead ExceptionHandlerTest.ModuleInfo fails due to the string 
being too long (because it has garbage at the end).

Please use labels and text to provide additional information.

Original issue reported on code.google.com by kmix...@chromium.org on 9 Nov 2011 at 8:10

GoogleCodeExporter commented 9 years ago
r881 | kmixter@chromium.org | 2011-11-09 14:39:26 -0800 (Wed, 09 Nov 2011) | 4 
lines

Fix problem with not NULL terminating mapping name.

BUG=453
Review URL: http://breakpad.appspot.com/323001

Original comment by kmix...@chromium.org on 9 Nov 2011 at 10:41