Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 253613 Details for
Bug 344393
dev-util/meld is segf ing with dev-python/pygobject-2.26.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch for avoiding segfault
pygobject-pygi_h.patch (text/plain), 618 bytes, created by
Juergen Rose
on 2010-11-08 10:27:44 UTC
(
hide
)
Description:
patch for avoiding segfault
Filename:
MIME Type:
Creator:
Juergen Rose
Created:
2010-11-08 10:27:44 UTC
Size:
618 bytes
patch
obsolete
>From 97774cb149c5b03d5ef82a5af3f19e2ce4d79d0b Mon Sep 17 00:00:00 2001 >From: John (J5) Palmieri <johnp@redhat.com> >Date: Mon, 04 Oct 2010 16:43:31 +0000 >Subject: return NULL instead of -1 which fixes crash when introspection is turned off > >* see https://bugzilla.gnome.org/show_bug.cgi?id=631158 >--- >diff --git a/gi/pygi.h b/gi/pygi.h >index 551bb6f..da71d28 100644 >--- a/gi/pygi.h >+++ b/gi/pygi.h >@@ -155,7 +155,7 @@ static inline PyObject * > pygi_get_property_value (PyGObject *instance, > const gchar *attr_name) > { >- return -1; >+ return NULL; > } > > static inline gint >-- >cgit v0.8.3.1
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 Raw
Actions:
View
Attachments on
bug 344393
:
253611
| 253613