efl/src/lib/ecore_ipc
Prince Kumar Dubey 8fbb6dbbbb 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
2016-07-11 22:29:04 +09:00
..
Ecore_Ipc.h
ecore_ipc.c 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 2016-07-11 22:29:04 +09:00
ecore_ipc_private.h