]> git.ipfire.org Git - thirdparty/vala.git/commit
gdbus: Initialize intermediate variables
authorCarlos Garnacho <carlosg@gnome.org>
Sun, 12 Feb 2017 22:08:12 +0000 (23:08 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 13 Feb 2017 06:54:25 +0000 (07:54 +0100)
commita76cebe116ec2663ee1ee5dabc28f59477ce7993
tree5ca414e6148afeb7e9910b708c3ded5c983ac02c
parent1b2e0c292450ea025f2911a05a3b2b36d2f3552c
gdbus: Initialize intermediate variables

Those may be left uninitialized after error handling paths are introduced,
so invalid data might be attempted to be freed later on.

https://bugzilla.gnome.org/show_bug.cgi?id=778540
codegen/valagdbusclientmodule.vala
codegen/valagdbusservermodule.vala