void-packages/srcpkgs/libwmf/patches/02_font.c-always-check-generated-fontmap.patch
maxice8 cd9b331d9f
libwmf: import debian patches to fix CVEs and gdk-pixbuf loader location
CVEs fixed:
- CVE-2006-3376
- CVE-2009-1364
- CVE-2015-0848
- CVE-2015-4588
- CVE-2015-4695
- CVE-2015-4696
- CVE-2016-9011
2018-08-23 17:16:47 -03:00

11 lines
246 B
Diff

--- src/font.c
+++ src/font.c
@@ -422,7 +422,6 @@
fontmap_data->FD.FI = 0;
- if (API->flags & WMF_OPT_SYS_FONTS)
{ if (API->flags & WMF_OPT_SYS_FONTMAP)
{ wmf_ipa_font_map_xml (API,&(fontmap_data->FD),options->sys_fontmap_file);
}