]> 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:53:32 +0000 (12:53 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 22 Jul 2013 10:53:32 +0000 (12:53 +0200)
commit60a60677093e2792439c9e34debe6d55feead63f
tree89fc77fe5cdf82f498c990466ec0a69efa789d26
parent37c916dd18df3442a4d8f79d14f5f23ba87e3fe5
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