evas_image_load_bmp bug fix
authorJiyoun Park <jy0703.park@samsung.com>
Mon, 1 Aug 2011 08:12:00 +0000 (17:12 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Mon, 1 Aug 2011 08:12:00 +0000 (17:12 +0900)
commit68ecb8d1af6ab4377e46add775441f98e8baa966
treec4d4303c3216196108d4d77e4584df864e5be8c6
parente52319f30a3080e9cdc55534894624d8cf44f214
evas_image_load_bmp bug fix
there is some bug cause memory crash in evas_image_load_file_head_bmp function
the problem is occurred below case.
bit_count = 32 & comp = 0

so I modify pix end pointed the end of surface

Change-Id: Ie00e599db377b82ffccd4238f2c4163732096b6a
src/modules/loaders/bmp/evas_image_load_bmp.c