Skip to content

gdk_pixbuf_flip: compute used row lenght instead of using rowstride

Val Och requested to merge v19930312/gdk-pixbuf:flip-row-copy into master

According to gdk pixbuf's own documentation, it is unsafe to assume the last row will be as long as rowstride, meaning that memcpy from/to last row previously was unsafe in this function.

Merge request reports