This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients ajaksu2, akuchling, belopolsky, benjamin.peterson, brett.cannon, georg.brandl, kristjan.jonsson, loewis, meador.inge, skrah, vstinner
Date 2012-03-26.10:11:58
SpamBayes Score 0.00012465412
Marked as misclassified No
Message-id <1332756719.33.0.501935875491.issue3367@psf.upfronthosting.co.za>
In-reply-to
Content
It's the line argv0 = argv[0] in sys_update_path(). The copies of
argv made in python.c aren't NULL terminated. Kristján's patch
worked around that (and fixes the problem), but I'd prefer to
make a full copy of argv in python.c.

Could one of you look at the patch? I didn't check if there are other
problems in sys_update_path() that Kristján's patch addressed.
History
Date User Action Args
2012-03-26 10:11:59skrahsetrecipients: + skrah, loewis, akuchling, brett.cannon, georg.brandl, belopolsky, kristjan.jonsson, vstinner, ajaksu2, benjamin.peterson, meador.inge
2012-03-26 10:11:59skrahsetmessageid: <1332756719.33.0.501935875491.issue3367@psf.upfronthosting.co.za>
2012-03-26 10:11:58skrahlinkissue3367 messages
2012-03-26 10:11:58skrahcreate