Bugzilla – Bug 984170
VUL-0: CVE-2014-9827: GraphicsMagick,ImageMagick: handling of corrupted of xpm file
Last modified: 2016-06-15 10:47:26 UTC
Fix handling of corrupted of xpm file. https://anonscm.debian.org/cgit/collab-maint/imagemagick.git/commit/?h=debian-patches/6.8.9.9-4-for-upstream&id=69490f5cffbda612e15a2985699455bb0b45e276
not sure what the fix here is. just the else branch is just not in use, the rest seems just reindeted
bugbot adjusting priority
This seems to fix the logic when (search_start != MagickFalse) condition is true; if I get it correctly from the quick view, in that case the code seem to skip prefixes outlined in targets[NumberTargets], but the main purpose of this function is skipped when the else is there. Anyway, we are not affected anywhere, because this functionality was added recently and is available only in Tumbleweed's version.