[gimp] Bug 593576 - PDF Import filter: crashes when importing large image PDF or specifying high resolution



commit adae3882d2c9955f9dd62482f9bcdb8456679701
Author: Massimo Valentini <mvalentini src gnome org>
Date:   Sun Feb 19 20:48:39 2017 +0100

    Bug 593576 - PDF Import filter: crashes when importing large image PDF or specifying high resolution

 libgimp/gimplayer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimp/gimplayer.c b/libgimp/gimplayer.c
index 7178121..dd76de5 100644
--- a/libgimp/gimplayer.c
+++ b/libgimp/gimplayer.c
@@ -299,7 +299,7 @@ gimp_layer_new_from_surface (gint32                image_ID,
       GimpPixelRgn    rgn;
       const guchar   *pixels;
       gpointer        pr;
-      gint            rowstride;
+      gsize           rowstride;
       guint           count = 0;
       guint           done  = 0;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]