path-util: tighten path_is_valid() checks
This tightens the path_is_valid() checking: it now tests whether each component in the path is bound by FILENAME_MAX in its size.
Loading
Please register or sign in to comment
This tightens the path_is_valid() checking: it now tests whether each component in the path is bound by FILENAME_MAX in its size.