[issue3696] Error parsing arguments on OpenBSD <= 4.4

Antoine Pitrou report at bugs.python.org
Wed Aug 27 20:21:59 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

Mmh, in Modules/python.c and Python/frozenmain.c, the return value of
the second call to mbstowcs() should be checked as well (since the first
one is sometimes replaced by a call to strlen(), which never fails).

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


More information about the Python-bugs-list mailing list