]> granicus.if.org Git - python/commit
Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitely
authorStefan Krah <stefan@bytereef.org>
Tue, 13 Jul 2010 19:17:08 +0000 (19:17 +0000)
committerStefan Krah <stefan@bytereef.org>
Tue, 13 Jul 2010 19:17:08 +0000 (19:17 +0000)
commit182ae64235c510c7b40f7b26a1490d3f2163d00d
tree3550cad403a9f785791d3055e6c9bfb309057c13
parent320477e4db8fb2484d920db2c888eab46eef7692
Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitely
if the path length exceeded PATH_MAX.
Lib/test/test_posix.py
Modules/posixmodule.c