• Nils Goroll's avatar
    bugfix: With slashes near a multiples of PATH_MAX - 1 into the path,... · ce299845
    Nils Goroll authored
    bugfix: With slashes near a multiples of PATH_MAX - 1 into the path, liblongpath could return results for a wrong path
    
    skip all trailing slashes before starting the search, this is
    required because otherwise the 'rest' path could start with a
    slash (would work on wrong path) or be the empty string
    (yield undefined error)
    ce299845
longpath.c 30.8 KB