Skip to content

Commit

Permalink
qt5-qtsvg: fix patch file formatting (#5636)
Browse files Browse the repository at this point in the history
  • Loading branch information
trungams authored Jun 6, 2023
1 parent c80c458 commit 193f866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SPECS/qt5-qtsvg/CVE-2023-32573.patch
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Source: https://download.qt.io/archive/qt/5.15/CVE-2023-32573-qtsvg-5.15.diff
+ unitsPerEm = QSvgFont::DEFAULT_UNITS_PER_EM;

if (!name.isEmpty())
font->setFamilyName(name);
font->setFamilyName(name);

0 comments on commit 193f866

Please sign in to comment.