
PATH_MAX must be at least 4096, otherwise glibc will abort because it thinks there's a buffer overflow if it's compiled with _FORTIFY_SOURCE.
PATH_MAX must be at least 4096, otherwise glibc will abort because it thinks there's a buffer overflow if it's compiled with _FORTIFY_SOURCE.