Message156806
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. |
|
Date |
User |
Action |
Args |
2012-03-26 10:11:59 | skrah | set | recipients:
+ skrah, loewis, akuchling, brett.cannon, georg.brandl, belopolsky, kristjan.jonsson, vstinner, ajaksu2, benjamin.peterson, meador.inge |
2012-03-26 10:11:59 | skrah | set | messageid: <1332756719.33.0.501935875491.issue3367@psf.upfronthosting.co.za> |
2012-03-26 10:11:58 | skrah | link | issue3367 messages |
2012-03-26 10:11:58 | skrah | create | |
|