[RFC-PATCH] uninitialized variable in dbus_g_proxy_end_call_internal

Chia-I Wu olvaffe at gmail.com
Tue Jan 1 10:05:56 PST 2008


On Tue, Jan 01, 2008 at 04:31:46AM +0800, Chia-I Wu wrote:
> A third issue is that, when dbus message has more arguments than
> expected, the processed arguments should not be freed unconditionally.
> They should be restored back to GValue and g_value_unset'ed.  A variant
> of _dbus_gvalue_take may do the job, but it seems very hacky.  I choose
> to leave the processed arguments untouched (leaks!).  Is it ok?
I have updated my patch to free processed arguments properly.

This bug is already on bugzilla,
https://bugs.freedesktop.org/show_bug.cgi?id=9063

I have posted my patch directly to it.

-- 
Regards,
olv


More information about the dbus mailing list