You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(iff): Handle non-zero origin, protect against buffer overflows
IffInput::read_native_tile was simply incorrect for images with
nonzero data window origin. Fix!
Also switch the forumulation to use spancpy rather than memcpy,
to be a little more careful that we are't overwriting the presumed
sizes of the buffers.
And while I'm in there, I realized we can hold the mutex for less
time.
Signed-off-by: Larry Gritz <[email protected]>
0 commit comments