File xpdf-3.02-crash-JPXStream.patch of Package xpdf
--- xpdf/JPXStream.h +++ xpdf/JPXStream.h @@ -213,8 +213,8 @@ //----- computed Guint x0, y0, x1, y1; // bounds of the tile-comp, in ref coords - Guint cbW; // code-block width - Guint cbH; // code-block height + int cbW; // code-block width + int cbH; // code-block height //----- image data int *data; // the decoded image data