Add exception handling about main port check 70/244370/3
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 17 Sep 2020 22:27:45 +0000 (07:27 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 17 Sep 2020 22:54:56 +0000 (07:54 +0900)
commit9a558627915868b97c608a7ed1412c3ef5b0eafa
tree044c4df665d146bc5ea2f3477aade99d3231cbaa
parent0295fb83586d36070f64a73dccd17d14c6fa7330
Add exception handling about main port check

We should check whether the main port is deleted or not. While calling
rpc_port_proxy_destroy(), the main port is deleted.
When the disconnected event is delivered, the proxy app will have crashed
if it is accessing the fd getter.
This patch adds the exceptions to check whether the main port is nullptr or not.

Change-Id: Ib68f53616091e8079a1831e56504ad9a228df818
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/proxy-internal.cc