Skip to content

GimpFont: Crash loading XCF with text in an unavailable font

Idriss Fekir requested to merge user062/gimp:xcf_standard_font_issue into master

When loading an XCF file (independent of the version) with text in an unavailable font, the standard font is used. However, its refcount was never incremented, leading to double-free issues.

Fixes #10674 (closed)

Edited by Idriss Fekir

Merge request reports