]> git.saurik.com Git - wxWidgets.git/commit
don't use strlen() to verify the length of the string as it can contain embedded...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Feb 2007 02:22:09 +0000 (02:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Feb 2007 02:22:09 +0000 (02:22 +0000)
commit13ab552e4d5a6fbc443825eadba12d81f2b3f5be
treed58e90f46391d4dc45bee18cb73f629bfca342f2
parent3c77aabe5944a5e414af0417630b6f624da481f9
don't use strlen() to verify the length of the string as it can contain embedded NULs (patch 1643843; closes bug 1642284)

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