DescriptionFixes use-of-uninitialized-value MSan error in image_skia_unittest
The existing test code returns an empty ImageSkiaRep where
bytes are allocated but nothing is initialized. This was okay
because ImageSkiaTest doesn't touch the contents of the image.
Now ImageSkia can rescale the image data and such cases are
tested. So using a dummy ImageSkiaRep wouldn't be helthy.
Rather some data should be drawn.
BUG=373748
R=oshima@chromium.org
TEST=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270970
Patch Set 1 #
Total comments: 2
Patch Set 2 : fix #
Messages
Total messages: 14 (0 generated)
|