◐ Shell
clean mode source ↗

Issue 11225: getcwd fix for NetBSD to handle ERANGE errno

Issue11225

Created on 2011-02-16 22:17 by njoly, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-getcwd.diff njoly, 2011-02-16 22:17 Fix getcwd on NetBSD to handle ERANGE errno review
Messages (1)
msg128698 - (view) Author: Nicolas Joly (njoly) Date: 2011-02-16 22:17
NetBSD do require the very same fix from issue 9185, to handle ERANGE errno returned when the size argument is greater than zero but smaller
than the length of the pathname plus 1.

Without it, the testsuite do indeed loops indefinitely.

Thanks.
History
Date User Action Args
2022-04-11 14:57:13adminsetgithub: 55434
2012-08-24 18:07:15neologixsetstatus: open -> closed
superseder: test_getcwd_long_pathnames (in test_posix) kills NetBSD
resolution: duplicate
2011-02-16 22:17:59njolycreate