Closed bugaevc closed 4 years ago
According to POSIX, PATH_MAX may or may not be defined. This means using it unconditionally is wrong and will result in build failures on systems that don't define PATH_MAX and/or don't limit the length of paths. More about it here.
PATH_MAX
According to POSIX,
PATH_MAX
may or may not be defined. This means using it unconditionally is wrong and will result in build failures on systems that don't definePATH_MAX
and/or don't limit the length of paths. More about it here.