]> git.saurik.com Git - wxWidgets.git/commit
don't return junk from wxHtmlTag::GetParamAsInt() if the parameter is not an integer...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 May 2008 00:39:44 +0000 (00:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 May 2008 00:39:44 +0000 (00:39 +0000)
commit3f6901ad7f0acb262134cc634f875b0bf2153ed6
treea107a25dc7d4830c3b27b8831655d8eb2d5d880e
parentf01a77c7954ff4b7ee9f74af8df5a16f239d3537
don't return junk from wxHtmlTag::GetParamAsInt() if the parameter is not an integer (this resulted in practically infinite loop in table parsing code for bad HTML with incorrect colspan values)

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