]> git.saurik.com Git - wxWidgets.git/commit
calling wcsnlen(NULL) does crash (under Debian and, according to the docs, should...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Jan 2009 17:48:59 +0000 (17:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Jan 2009 17:48:59 +0000 (17:48 +0000)
commit166523d8d77d58915547a289b965027ff6b4ef08
tree471d66215e55d7aa2ae2af18aea67ff30c902a9c
parent213b5041fe4577ddd8df9f4e2f699e080296b5f5
calling wcsnlen(NULL) does crash (under Debian and, according to the docs, should also crash with MSVC), contrary to what the comment claimed so don't do this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/strings/crt.cpp