Fix bug with non-NUL-terminaed inputs in wxMBConvUTF8.
We read beyond the provided maximal length as we didn't update the remaining length while parsing the remaining bytes of an UTF-8-encoded code point. Fix this and add a test for it. Closes #15901. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -579,6 +579,7 @@ Major new features in this release
|
||||
|
||||
All:
|
||||
|
||||
- Fix wxMBConvUTF8::ToWChar() for non-NUL-terminated strings (andyr).
|
||||
- Fix wxSocket::WaitForAccept() in non-main thread (Hajo Kirchhoff).
|
||||
- Fix memory overallocation in wxVector::reserve() (Nigel Paton).
|
||||
- Fix `wx-config --libs` in monolithic build.
|
||||
|
Reference in New Issue
Block a user