Ticket #27210: pygobject-pygi_h.patch

File pygobject-pygi_h.patch, 618 bytes (added by bonoba@…, 13 years ago)

patch to avoid segfaults when accessing props.*

  • gi/pygi.h

    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 b static inline PyObject * 
    155155pygi_get_property_value (PyGObject *instance,
    156156                         const gchar *attr_name)
    157157{
    158     return -1;
     158    return NULL;
    159159}
    160160
    161161static inline gint