check reply message of "GetNeighbor" 51/149551/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 12 Sep 2017 11:37:56 +0000 (20:37 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 12 Sep 2017 11:47:51 +0000 (20:47 +0900)
commit5e6b82550dd2635f9a18eb82ab72fced8e3e3fcc
tree7045ebd1fd5d54d3b0f15468dfa1e7c952b7628d
parentadf4836bec89de9e7a93a6988c7ae6ea7870936c
check reply message of "GetNeighbor"

The dbus_message_iter_init makes a crash if a message(reply) is NULL.
The message(reply) is NULL with following error message.

error message: Did not receive a reply. Possible causes include: the remote
application did not send a reply, the message bus security policy blocked the
reply, the reply timeout expired, or the network connection was broken.

Change-Id: I64c9f468f26299af86ee52dff3714b03112d49e3
atspi/atspi-accessible.c