edje_edit: Check return value of eet_list() to avoid NULL dereference.
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 4 Sep 2014 12:18:58 +0000 (14:18 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Thu, 4 Sep 2014 12:20:56 +0000 (14:20 +0200)
commit703d179eb61e4d096c14398a15f02e79fc0647ef
treee73e4a6fc7d879656ec9c89fa0a1a06f1eea4fa2
parent0d9f0d8ffbbdbf40d1847fb2df2ece5b4a3875ba
edje_edit: Check return value of eet_list() to avoid NULL dereference.

We check eet_list elsewhere and it might retrun NULL. Don't just hope
keys will never be NULL. Check it.

CID 1232733
src/lib/edje/edje_edit.c