FreeBSD Bugzilla – Attachment 202294 Details for
Bug 235965
devel/glib20: gthreadedresolver broken on FreeBSD 12 (at least) which breaks Gajim
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix
glib20.diff (text/plain), 1009 bytes, created by
Ashish SHUKLA
on 2019-02-23 17:51:26 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Ashish SHUKLA
Created:
2019-02-23 17:51:26 UTC
Size:
1009 bytes
patch
obsolete
>diff -urN /usr/ports/devel/glib20/Makefile glib20/Makefile >--- /usr/ports/devel/glib20/Makefile 2019-01-31 23:21:39.000000000 +0530 >+++ glib20/Makefile 2019-02-23 22:24:51.726794000 +0530 >@@ -3,7 +3,7 @@ > > PORTNAME= glib > PORTVERSION= 2.56.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= devel > MASTER_SITES= GNOME >diff -urN /usr/ports/devel/glib20/files/patch-gio_gthreadedresolver.c glib20/files/patch-gio_gthreadedresolver.c >--- /usr/ports/devel/glib20/files/patch-gio_gthreadedresolver.c 1970-01-01 05:30:00.000000000 +0530 >+++ glib20/files/patch-gio_gthreadedresolver.c 2019-02-23 22:22:51.990766000 +0530 >@@ -0,0 +1,10 @@ >+--- gio/gthreadedresolver.c.orig >++++ gio/gthreadedresolver.c >+@@ -836,6 +836,7 @@ >+ * worker thread. (Although the workers would get reused by the >+ * #GThreadPool.) */ >+ struct __res_state res; >++ memset( &res, 0, sizeof( res )); >+ if (res_ninit (&res) != 0) >+ { >+ g_task_return_new_error (task, G_RESOLVER_ERROR, G_RESOLVER_ERROR_INTERNAL,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235965
:
202294
|
202295