mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
9cea0cc5b5
canonicalize_absolute_path() has a bug. In canonicalize_absolute_path() ///a/./././///component/../////path/ -> /a//path It should go to /a/path. Mark as knownfail. Adding these tests so I can ultimately remove resolve_realpath_name() and re-use the existing canonicalize_absolute_path() code in vfs_widelinks.c Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>