If there is situation when server is closed prior to client, the client pointer point...
authorPrince Kumar Dubey <prince.dubey@samsung.com>
Mon, 11 Jul 2016 13:29:04 +0000 (22:29 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 07:28:05 +0000 (16:28 +0900)
commit53f554309c2a89d4526d5fbb749e6d512b33365d
tree358ba5683452d2ad0448f7ced8e0d53305501847
parent926eb8a7530788e9a4397072bc9c2e774c86a8e9
If there is situation when server is closed prior to client, the client pointer pointing to server must be reset and check must be there during client deletion

Summary: During mobile product testing, we got a crash with callstack which suggest server is getting deleted prior to client. On valgrind analysis we found invalid write operation with same callstack. callstack is pasted in comment section.

Test Plan: create a situation where server got deleted prior to client.

Reviewers: raster, cedric

Subscribers: govi, rajeshps, jpeg

Differential Revision: https://phab.enlightenment.org/D4152
Change-Id: I725b299b327311b8bbdaf75f79cef58c484c1d2c
src/lib/ecore_ipc/ecore_ipc.c