fixed deadlock scenarion where g_signal_lookup() would be called with the
authorTim Janik <timj@gtk.org>
Fri, 27 Oct 2000 03:33:31 +0000 (03:33 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 27 Oct 2000 03:33:31 +0000 (03:33 +0000)
commit8a572c0da1be99527c52f620dc7fd04eb0775bde
tree32719eded2f56db9066da858af267e570efb1587
parent32ef70d4b27ac912188a47b6611d5e8c0516cc2f
fixed deadlock scenarion where g_signal_lookup() would be called with the

Fri Oct 27 05:35:14 2000  Tim Janik  <timj@gtk.org>

        * gsignal.c (g_signal_newv): fixed deadlock scenarion where
        g_signal_lookup() would be called with the signal lock being
        held. reported by james henstridge.

        * gclosure.c (g_closure_set_meta_marshal): fixed memcpy/overwrite bug
        reported by owen.
gobject/ChangeLog
gobject/gclosure.c
gobject/gsignal.c