Blame SOURCES/ghostscript-zfapi-crash.patch

c9d7fc
diff -up ghostscript-9.07/psi/zfapi.c.zfapi-crash ghostscript-9.07/psi/zfapi.c
c9d7fc
--- ghostscript-9.07/psi/zfapi.c.zfapi-crash	2013-07-08 12:27:53.136718093 +0100
c9d7fc
+++ ghostscript-9.07/psi/zfapi.c	2013-07-08 12:28:17.241826842 +0100
c9d7fc
@@ -2141,6 +2141,8 @@ FAPI_char(i_ctx_t *i_ctx_p, bool bBuildG
c9d7fc
         /* initialise the FAPI font, this includes language specific stuff */
c9d7fc
         I->ff = ps_ff_stub;
c9d7fc
 
c9d7fc
+        I->client_ctx_p = i_ctx_p;
c9d7fc
+
c9d7fc
         if (bBuildGlyph && !bCID) {
c9d7fc
             if (r_type(op) != t_name) {
c9d7fc
                 name_enter_string(imemory, ".notdef", op);