Fix dereference of NULL issue 46/75846/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 22 Jun 2016 00:49:37 +0000 (09:49 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 22 Jun 2016 00:49:37 +0000 (09:49 +0900)
commit6450fb3066845faaf0424eba08a63efee51209a4
treec380c80dfff64a4718cc61121580cab190ab15f6
parentd6e8582296cbc29a260994f491be9f5984d0f6fe
Fix dereference of NULL issue

Return value of a function 'vconf_get_str' is dereferenced at e_mod_main.c:157 without checking, but it is usually checked for this function.

Change-Id: Iaf5ac8527bbf8d399c37597f10674cfceeb6e031
src/e_mod_main.c