]> granicus.if.org Git - python/commit
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
authorChristian Heimes <christian@cheimes.de>
Mon, 22 Jul 2013 10:54:21 +0000 (12:54 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 22 Jul 2013 10:54:21 +0000 (12:54 +0200)
commitde0e63bd9cf3f4f4833664988d2ec03b75c0d5a1
treeb25ddeb8f01b1bd3003ab5d8464d7bd51fff57c6
parent7fca717815610b4180b72566428c13e07c7def6b
parent60a60677093e2792439c9e34debe6d55feead63f
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
prefix and exec_prefix if the operation system does not obey MAXPATHLEN.
Misc/NEWS
Modules/getpath.c
Python/sysmodule.c