gdbus: Fail to send NULL messages 90/204890/1
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Sun, 28 Jan 2018 13:44:32 +0000 (11:44 -0200)
committerAmit Purwar <amit.purwar@samsung.com>
Mon, 15 Apr 2019 03:23:19 +0000 (08:53 +0530)
commit370ca1d73387622418fb8a206725ee8387f718cd
tree759af88dc45ace7db38dec7c6753af013449bd24
parent669a29a89d02fc921e780275f9d2433cfe27c831
gdbus: Fail to send NULL messages

This should make it safe to call g_dbus_send_message with a NULL
message which is more likely to happen now that g_dbus_create_reply
returns NULL when the message is marked with NO_REPLY flag.

Change-Id: Ie5d51fab161acf06a4813c64d05689f3ecc627df
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
gdbus/object.c