Skip to content

xcf: Make sure offsets are not negative

Albert Astals Cid requested to merge work/aacid/xcf_offset_nonnegattive into master

It's not a huge problem since QIODevice::seek() is a noop on negative values but it's just better to bail out as soon as possible when we realize the file is broken

Merge request reports