elm: Fix potential null point dereferences. 97/79597/2 submit/tizen/20160714.012013
authorJongmin Lee <jm105.lee@samsung.com>
Tue, 12 Jul 2016 03:27:55 +0000 (12:27 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 12 Jul 2016 03:32:35 +0000 (12:32 +0900)
commitd0544dd5dd7c3dac8cc8de6fbf35a21ffaf07166
treed3444f1bf4f0d6505ab9c2176050939895da22ef
parentbe00bede62e03a0bc538dd01825e06e3454fd803
   elm: Fix potential null point dereferences.

   Summary:
   If every assigning logics to enginelist is not performed some how,
   system will crash because the first parameter of strcmp is null.

   Test Plan: N/A

   Reviewers: Hermet

   Reviewed By: Hermet

   Subscribers: cedric, Hermet, raster, jpeg

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

Change-Id: I98a3d95540758740a262b2371994b51bfd0075da
src/lib/elm_win.c