[issue3367] Uninitialized value read in parsetok.c

Stefan Krah report at bugs.python.org
Mon Mar 26 13:43:03 CEST 2012


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

I only have the C99 standard. It says [5.1.2.2.1]:

  - argv[argc] shall be a NULL pointer.

Is this different in C89?

Also, my patch terminates the *copies* of argv, not argv itself.

----------

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


More information about the Python-bugs-list mailing list