pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-thunar/patches xfce4-thunar: remove pat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ff9988e94bd
branches: trunk
changeset: 381171:0ff9988e94bd
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu May 31 07:40:34 2018 +0000
description:
xfce4-thunar: remove patch that is not in distinfo
diffstat:
sysutils/xfce4-thunar/patches/patch-thunar_thunar-gdk-extensions.c | 15 ----------
1 files changed, 0 insertions(+), 15 deletions(-)
diffs (19 lines):
diff -r 288340b3b62a -r 0ff9988e94bd sysutils/xfce4-thunar/patches/patch-thunar_thunar-gdk-extensions.c
--- a/sysutils/xfce4-thunar/patches/patch-thunar_thunar-gdk-extensions.c Thu May 31 07:33:27 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-thunar_thunar-gdk-extensions.c,v 1.1 2016/03/13 03:45:53 tnn Exp $
-
-Fix CVE-2013-7447. Via x11/gtk2/patches/patch-gdk_gdkcairo.c.
-
---- thunar/thunar-gdk-extensions.c.orig 2015-05-22 13:25:36.000000000 +0000
-+++ thunar/thunar-gdk-extensions.c
-@@ -75,7 +75,7 @@ thunar_gdk_cairo_create_surface (const G
-
- /* prepare pixel data and surface */
- cairo_stride = cairo_format_stride_for_width (format, width);
-- cairo_pixels = g_malloc (height * cairo_stride);
-+ cairo_pixels = g_malloc_n (height, cairo_stride);
- surface = cairo_image_surface_create_for_data (cairo_pixels, format,
- width, height, cairo_stride);
- cairo_surface_set_user_data (surface, &cairo_key, cairo_pixels, g_free);
Home |
Main Index |
Thread Index |
Old Index