Changes between Initial Version and Version 1 of Ticket #62994, comment 83


Ignore:
Timestamp:
Apr 1, 2024, 11:48:58 PM (5 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62994, comment 83

    initial v1  
    33If it does not create the deep directory hierarchy what is there to clean up?
    44
    5 The test is "whether getcwd succeeds when 4k < cwd_length < 16k". I think we know that on Tiger and Leopard (and maybe more) "cwd_length" is restricted to 1K, `#define`d in macros like `PATH_MAX or MAXPATHLEN or FILENAME_MAX` with the latter two being derived from `PATH_MAX`. So why not leave out that superfluous test on these systems? Besides, it seems to be related to an "AIX bug"…
     5The test is "whether getcwd succeeds when 4k < cwd_length < 16k". I think we know that on Tiger and Leopard (and maybe more) "cwd_length" is restricted to 1K, `#define`d in macros like `PATH_MAX` or `MAXPATHLEN` or `FILENAME_MAX` with the latter two being derived from `PATH_MAX`. So why not leave out that superfluous test on these systems? Besides, it seems to be related to an "AIX bug"…