GNOME Bugzilla – Bug 347337
GDP does not correctly deserialize events without a structure/payload
Last modified: 2006-07-13 16:30:55 UTC
instead, it segfaults. The payload can be 0, and hence the structure should be NULL when deserializing. patch attached.
Created attachment 68833 [details] patch to correctly deserialize "empty" events instead of segfaulting
Looks fine, please commit