FreeBSD Bugzilla – Attachment 200763 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]
patch
gitg_2.patch (text/plain), 835 bytes, created by
Ivan Rozhuk
on 2019-01-04 10:42:09 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2019-01-04 10:42:09 UTC
Size:
835 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,16 @@ >+--- 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
Actions:
View
|
Diff
Attachments on
bug 234607
:
200763
|
200764