elm_toolbar.c: check reorder_from at the start of _items_change. reorder_from is...
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 6 Jul 2013 03:26:59 +0000 (12:26 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 6 Jul 2013 03:26:59 +0000 (12:26 +0900)
commitc90a81d4eceafe899b48e7a8f81dea09336495aa
tree2132e8494b99be54f86b3384703ede3f98da24c5
parent258252ce79952a84f78aa3674566580cf755a69f
elm_toolbar.c: check reorder_from at the start of _items_change. reorder_from is used here and there.

this fixes dereference before null issue which was spotted by coverity. CID 1039999.
src/lib/elm_toolbar.c