DescriptionFix up rowbytes vs. width desynchronization, and fix failure to initialize entire bitmap memory. To fix up the rowbytes value properly, we simply don't send it via IPC any more, and recalulate it from width and depth in the trusted code. It's a cheap calculation.
Also one bonus fix: don't use an unintialized IconInfo if deserialization fails.
BUG=31307
TEST=Manual; ran with breakpoints on the failure paths.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35371
Patch Set 1 #
Total comments: 4
Patch Set 2 : '' #Messages
Total messages: 3 (0 generated)
|