GNOME Bugzilla – Bug 740263
GUPnPServiceProxy crashes in subscription_expire
Last modified: 2014-12-23 19:05:39 UTC
We have seen crashes in subscription_expire() where user_data pointed to invalid memory. I do not see an obvious way how this can have happened, but it seems like a good idea to always remove the subscription timeout when sending a new subscription request.
Created attachment 290861 [details] [review] Patch to fix the crash We are using this patch on our Raumfeld devices for a few weeks now and while we have always had spurious crash reports from subscription_expire(), these are all gone now. So I suggest that you accept this patch upstream.
Review of attachment 290861 [details] [review]: Done