View | Details | Raw Unified | Return to bug 235965 | Differences between
and this patch

Collapse All | Expand All

(-)glib20/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	glib
4
PORTNAME=	glib
5
PORTVERSION=	2.56.3
5
PORTVERSION=	2.56.3
6
PORTREVISION=	2
6
PORTREVISION=	3
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
(-)glib20/files/patch-gio_gthreadedresolver.c (+10 lines)
Line 0 Link Here
1
--- gio/gthreadedresolver.c.orig
2
+++ gio/gthreadedresolver.c
3
@@ -836,6 +836,7 @@
4
    * worker thread. (Although the workers would get reused by the
5
    * #GThreadPool.) */
6
   struct __res_state res;
7
+  memset( &res, 0, sizeof( res ));
8
   if (res_ninit (&res) != 0)
9
     {
10
       g_task_return_new_error (task, G_RESOLVER_ERROR, G_RESOLVER_ERROR_INTERNAL,

Return to bug 235965