efl/src/lib/eet
Artem Popov 0b6e04d94f 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 <cedric@osg.samsung.com>
2016-11-16 15:30:44 -08:00
..
Eet.h
Eet_private.h
eet_alloc.c
eet_cipher.c eet: fix gnutls support with newer version. 2016-09-21 10:33:44 -07:00
eet_connection.c eet: add NULL-check to eet_connection_empty API to avoid segfault 2016-11-16 15:30:44 -08:00
eet_data.c eet: add NULL-check to eet_connection_empty API to avoid segfault 2016-11-16 15:30:44 -08:00
eet_dictionary.c
eet_image.c eet: return 0 instead of NULL when the return type is int 2016-11-12 10:42:45 +01:00
eet_lib.c
eet_node.c
eet_utils.c