Skip to content

Fix theoretical crash in qunpluck image reader

Sune Vuorela requested to merge work/sune/qunpluck-image-potential-crash into master

If a malformed image has no rows or columns, we can end up dereferincing a nullptr. Error out early.

Merge request reports