[Python-bugs-list] [ python-Bugs-583477 ] wrong dest size
SourceForge.net
noreply@sourceforge.net
Tue, 28 Jan 2003 18:22:50 -0800
Bugs item #583477, was opened at 2002-07-18 14: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: Neal Norwitz (nnorwitz)
Date: 2003-01-28 21:22
Message:
Logged In: YES
user_id=33168
Mark, I'm just pinging you. The suggestion looks like it
could be correct.
----------------------------------------------------------------------
Comment By: M.-A. Lemburg (lemburg)
Date: 2002-07-26 12: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