Check string length correctly in wxFileSystem::URLToFileName().
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Feb 2012 17:27:21 +0000 (17:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Feb 2012 17:27:21 +0000 (17:27 +0000)
commit9b42a9adc276b9f0e09c556d165190104afe5c64
treed2ecc44eb24a4f5a2bdb5a6b9a434300fa0390eb
parent1dcca9b51ebfbc1bd743918a2eb6eed37416dd13
Check string length correctly in wxFileSystem::URLToFileName().

Check that the string is long enough before accessing its first and second
characters to fix a crash when an empty or one-character string was passed to
wxFileSystem::URLToFileName().

Closes #13920.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/filesys.cpp