angler-fishThe Vulnerability History Project

util-lib: Fix chase_symlinks() with absolute symlinks (#5185)

      If chase_symlinks() encouters an absolute symlink, it resets the todo
buffer to just the newly discovered symlink and discards any of the
remaining previous symlink path.  Regardless of whether or not the
symlink is absolute or relative, we need to preserve the remainder of
the path that has not yet been resolved.
    
commit 877777d77690d741c93404fd176da7f5327c2878
+13 -10
-7
expand_less