[issue4653] Patch to fix typos for Py3K

Johnny Lee report at bugs.python.org
Sun Dec 14 00:06:12 CET 2008


Johnny Lee <typo.pl at gmail.com> added the comment:

For the dynload_win.c typo, it's technically a possible buffer 
overflow, but you'd need to find an error that had an error message 
that's longer than 259 chars.

In pythonrun.c, the if statements for fout and ferr and almost 
identical. Probably a good idea to convert the if-statement to a 
separate function and call that function with fout and then ferr.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4653>
_______________________________________


More information about the Python-bugs-list mailing list