Siarhei Siamashka <[email protected]> writes:

> Fair enough. An updated patch is attached.
> 
> Does the patch itself look OK?

Yes, it looks good to me. As far as I can tell, this code:

> -     if (!reg->data ||
> -         reg->data->numRects == reg->data->size)
> +     if (reg->data->numRects == reg->data->size)

cannot be reached without reg->data already having been derefenced
earlier in the function.


Sore
_______________________________________________
Pixman mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to