Petr Gajdos
3523b8c6d5
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=8
15 lines
411 B
Diff
15 lines
411 B
Diff
Index: fontconfig-2.7.0/src/fcxml.c
|
|
===================================================================
|
|
--- fontconfig-2.7.0.orig/src/fcxml.c
|
|
+++ fontconfig-2.7.0/src/fcxml.c
|
|
@@ -539,6 +539,9 @@ FcTypecheckExpr (FcConfigParse *parse, F
|
|
{
|
|
const FcObjectType *o;
|
|
const FcConstant *c;
|
|
+
|
|
+ if (!expr)
|
|
+ return;
|
|
|
|
/* If parsing the expression failed, some nodes may be NULL */
|
|
if (!expr)
|