detox
detox copied to clipboard
Use PATH_MAX and NAME_MAX instead of hard-coded pathname limits
Use PATH_MAX as the maximum length of a path. Use NAME_MAX for the maximum length of a filename.
See: /usr/include/linux/limits.h