[issue3367] Uninitialized value read in parsetok.c

STINNER Victor report at bugs.python.org
Mon Mar 26 14:06:19 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

> I'm sure you didn't intend to use words such as "wrong" and "useless" Victor.  Perhaps n must be 0 even for argc>0, but I did that as an afterthought.

If n is initialized as wcslen(argv[0]), test_cmd_line_script fails.

----------

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


More information about the Python-bugs-list mailing list