ecore_con : Fix that null pointer access for segmentation fault 45/181045/2
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 8 Jun 2018 00:00:56 +0000 (09:00 +0900)
committerjunsu choi <jsuya.choi@samsung.com>
Fri, 8 Jun 2018 06:01:18 +0000 (06:01 +0000)
commit14e57378f61a87034410d9cbf2b81820fbc266aa
treebe7c8f505f428294cb7bb2a4c059cfa7bb064135
parenta6ef69f513b9e670e3f8966e23009e3f297cafff
ecore_con : Fix that null pointer access for segmentation fault

Summary:
"cl->svr" was to be null on line 281.
This problem occurred from 384f30c8ecc9.
Replacing "cl->svr" with "svr" corrects the error
while preserving the changes in 384f30c8ecc9.

Test Plan: N/A

Reviewers: #committers, cedric, Hermet, zmike

Subscribers: bowonryu, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6255

Change-Id: I91c2cf9db48e510a4f6d7c9373de8dedcc634b21
src/lib/ecore_con/ecore_con_legacy.c