Skip to content

Avoid parsing data if field is not detected as a String

Ivan Yossi requested to merge ivany/krita:410242_jpegMetadata into master

This is a quick fix as deviceSettingDescription can be any type of data. So if we do not detect any String type we avoid addind anything to the field and blocking krita on and endless loop.

The provided JPEG seemed to contain a sbubFile in the tag.

BUG:410242

Edited by Ivan Yossi

Merge request reports