Blame SOURCES/fontforge-20120731-pdf-filters.patch

9b4ac6
--- fontforge-20120731-b/fontforge/parsepdf.c.orig	2013-04-15 17:47:51.113706334 +0100
9b4ac6
+++ fontforge-20120731-b/fontforge/parsepdf.c	2013-04-15 17:55:55.531682304 +0100
9b4ac6
@@ -960,6 +960,8 @@
9b4ac6
 	    start = 0;
9b4ac6
 	    num = pdf_getinteger(pt,pc);
9b4ac6
 	}
9b4ac6
+	if ( (pt=PSDictHasEntry(&pc->pdfdict,"DecodeParms"))!=NULL && strstr(pt, "/Predictor")!=NULL)
9b4ac6
+return( NULL );
9b4ac6
 	if ( (pt=PSDictHasEntry(&pc->pdfdict,"Index"))!=NULL ) {
9b4ac6
 	    if ( sscanf(pt,"[%d %d]", &start, &num )!=2 )
9b4ac6
 return( NULL );