See http://crbug.com/152278
Regressed in r1002. Previously, the code took ": 123" with |value| pointing to
':' and did:
++value; sscanf(" %d")
Currently, it does:
++value; my_read_decimal_ptr(" 123")
which does not work.
Issue 464002: Fix a parsing error in the Linux dump writer.
(Closed)
Created 12 years, 2 months ago by Lei Zhang (chromium)
Modified 12 years, 2 months ago
Reviewers: digit, Mark Mentovai
Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Comments: 0