On Thu, 11 Aug 2011 06:43:03 -0400, Søren Sandmann <[email protected]> wrote:
> From: Søren Sandmann Pedersen <[email protected]>
> 
> There is no reason for pixman_image_create_bits() to check that the
> image size fits in int32_t. The correct check is against size_t since
> that is what the argument to calloc() is.

The only question I have is whether ssize_t width and height is
appropriate, the valid image dimensions are still only int32_t right?
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Pixman mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to