Avoid crash while getting filelist by using input type=file
authorJihye Kang <jye.kang@samsung.com>
Mon, 9 Sep 2013 05:18:40 +0000 (14:18 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 10 Sep 2013 00:16:53 +0000 (00:16 +0000)
commit4caad1db0be7900a014a962e1c0ab4e5a6450650
tree2545fd8cc93b31f7d00ae0b28f7f250e8ef9621d
parent740ae681feae9b42aaf0cda2b911b2d5e47798c0
Avoid crash while getting filelist by using input type=file

[Title] Avoid crash while getting filelist by using input type=file
[Issue#] N_SE-51277
[Problem] Crash occurs when uploading images
[Cause] Abnormal use of value can be occured
[Solution] Check validity of values before use

Change-Id: Ia07fe5cea19db019521fa226713774bb15c8674e
Source/WebKit2/UIProcess/API/efl/tizen/OpenPanel.cpp