From: Prateek Thakur Date: Fri, 18 Nov 2016 06:16:31 +0000 (+0530) Subject: eet: add NULL check to eet_connection_empty API to avoid segfault X-Git-Tag: submit/tizen/20170221.045909~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F98657%2F2;p=platform%2Fupstream%2Fefl.git eet: add NULL check to eet_connection_empty API to avoid segfault Summary: porting of patch from upstream commit 0b6e04d94fc3ff6447b6fbf0fcdbdd8b6958e621 Author: Artem Popov Date: Wed Nov 16 15:30:29 2016 -0800 eet: add NULL-check to eet_connection_empty API to avoid segfault @fix Summary: Only eet_connection_empty hasn't checking on NULL and try to read from field of object. Add NULL-check for connection and return result of empty connection. Reviewers: jpeg, cedric, myoungwoon Subscribers: t.naumenko, NikaWhite Differential Revision: https://phab.enlightenment.org/D4399 Signed-off-by: Cedric BAIL Change-Id: I90113cfa41635f35a6c6ef6d1e1497841f484ce7 Signed-off-by: Prateek Thakur ---