DescriptionBound RasterShapeInterval size to int
Everything in the code assumes that the interval size will always fit in
an int. However, to make sure there are no negatives, the
RasterShapeInterval constructor takes an unsigned. This clamps that
value to make sure we can't overflow an int later.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175823
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|