mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
249565c65a
Shows we must protect against a null fsp handle when doing POSIX chmod on a symlink, whether the symlink points to a real object or is dangling. Add to knownfail for now. Commit 9722732b1867e359304594ada72ff40cd1341be5 removed the fsp == NULL protection for POSIX, and we need to put it back. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>