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)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 11 Jul 2016 13:29:04 +0000 (22:29 +0900)
commit8fbb6dbbbb73dc0761ad6b3b5bcf1d1dc36ceef1
treed24fb73b0f4880cc4290dd693b6398a9bed48d00
parent4329a359dc967d550965edd5139218afe3718347
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
src/lib/ecore_ipc/ecore_ipc.c