Blame SOURCES/ghostscript-zfapi-crash.patch

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