There is a null pointer dereference in the functions dbus_g_proxy_set_property function if priv->name is NULL. This bad dereference happens when the proxy has been created for a peer, in which case priv->name is NULL.
Created attachment 4690 [details] [review] dbus_g_proxy_set_property_null_deref.patch
Just noticed the .patch file has some cruft at the top: ? po ? test/name-test/.deps ? test/name-test/.libs ? test/name-test/Makefile ? test/name-test/Makefile.in ? test/name-test/test-names Sorry
Created attachment 4694 [details] [review] dbus_g_proxy_set_property.patch updated patch file without the cruft at the top
This is a subcase of #4637, and needs more than just this patch... *** This bug has been marked as a duplicate of 4637 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.