DescriptionSize the buffer used for the metrics log text properly.
The existing code was abusing the WriteInto interface (base/string_util.h).
The size passed to WriteInto should be the size of the string plus one for
a terminating NUL byte.
This bug caused the final newline in the log to be clipped. c_str users
(there probably weren't any) would see the final newline which wouldn't be
wouldn't be followed by a NUL byte.
TEST=not really any
BUG=21733
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26280
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 3 (0 generated)
|