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 (2)
Priority: high Keywords: patch

Created on 2004-10-14 19:21 by theller, last changed 2004-10-15 07:45 by lemburg.

Files
File name Uploaded Description Edit Remove
unicodeobject.c.diff theller, 2004-10-14 19:21 Patch
Messages (3)
msg47074 - (view) Author: Thomas Heller (theller) 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) 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) Date: 2004-10-15 07:45
Logged In: YES 
user_id=38388

Done.

Thanks, Thomas.
History
Date User Action Args
2004-10-14 19:21:45thellercreate