FreeBSD Bugzilla – Attachment 200764 Details for
Bug 234607
devel/gitg: Crash on exit if built with -fstack-protector-all
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update patch
gitg_2.patch (text/plain), 1003 bytes, created by
Ivan Rozhuk
on 2019-01-04 12:09:00 UTC
(
hide
)
Description:
update patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2019-01-04 12:09:00 UTC
Size:
1003 bytes
patch
obsolete
>Index: devel/gitg/files/patch-libgitg_gitg-repository-list-box.vala >=================================================================== >--- devel/gitg/files/patch-libgitg_gitg-repository-list-box.vala (nonexistent) >+++ devel/gitg/files/patch-libgitg_gitg-repository-list-box.vala (working copy) >@@ -0,0 +1,19 @@ >+# gitg crash on exit if built with -fstack-protector-all >+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234607 >+# https://gitlab.gnome.org/GNOME/gitg/issues/171 >+--- libgitg/gitg-repository-list-box.vala >++++ libgitg/gitg-repository-list-box.vala >+@@ -407,9 +407,12 @@ namespace Gitg >+ return ((Row)b).time.compare(((Row)a).time); >+ } >+ >++ [CCode (cname = "g_bookmark_file_get_uris", array_length_type = "gsize")] >++ extern static string[] bookmark_file_get_uris (BookmarkFile bookmark); >++ >+ public void populate_bookmarks() >+ { >+- var uris = d_bookmark_file.get_uris(); >++ var uris = bookmark_file_get_uris(d_bookmark_file); >+ >+ foreach (var uri in uris) >+ {
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
Flags:
rozhuk.im
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 234607
:
200763
| 200764