This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Buffer overwrite in PyUnicode_AsWideChar
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: lemburg Nosy List: lemburg, theller
Priority: high Keywords: patch

Created on 2004-10-14 19:21 by theller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unicodeobject.c.diff theller, 2004-10-14 19:21 Patch
Messages (3)
msg47074 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2004-10-14 19:21
Does nobody use PyUnicode_AsWideChar with
HAVE_USABLE_WCHAR_T *not* defined?

The same one-off error is in PyUnicode_FromWideChar.

The same bug is in 2.3.
msg47075 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2004-10-14 20:10
Logged In: YES 
user_id=11105

Raise the priority to 7 - should be fixed before 2.4b1, if
possible.
msg47076 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2004-10-15 07:45
Logged In: YES 
user_id=38388

Done.

Thanks, Thomas.
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41021
2004-10-14 19:21:45thellercreate