[Python-bugs-list] [ python-Bugs-583477 ] wrong dest size
noreply@sourceforge.net
noreply@sourceforge.net
Fri, 26 Jul 2002 09:33:52 -0700
Bugs item #583477, was opened at 2002-07-18 18:35
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=583477&group_id=5470
Category: Unicode
Group: Python 2.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Doug Marien (dougslug)
>Assigned to: Mark Hammond (mhammond)
Summary: wrong dest size
Initial Comment:
OS: nt (win2k)
In getpathp.c on line 325 in the call to
WideCharToMultiByte(), the destination size should be
reqdSize+1 and not dataSize+1.
----------------------------------------------------------------------
>Comment By: M.-A. Lemburg (lemburg)
Date: 2002-07-26 16:33
Message:
Logged In: YES
user_id=38388
Passed on to Mark ...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=583477&group_id=5470