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:13 | admin | set | github: 55434 |
| 2012-08-24 18:07:15 | neologix | set | status: open -> closed superseder: test_getcwd_long_pathnames (in test_posix) kills NetBSD resolution: duplicate |
| 2011-02-16 22:17:59 | njoly | create | |