CVE-2021-44141: s3: torture: Change expected error return for samba3.smbtorture_s3...
authorJeremy Allison <jra@samba.org>
Wed, 8 Dec 2021 01:56:35 +0000 (17:56 -0800)
committerStefan Metzmacher <metze@samba.org>
Mon, 31 Jan 2022 14:26:10 +0000 (14:26 +0000)
commitb8da8b722051030465e86aaf08305cb18cea02a3
tree2c5b9468cff636288e1d9162b937534eb5e3a01b
parentc6d70dad3a28978e853e330ca4fcd96f435c83ac
CVE-2021-44141: s3: torture: Change expected error return for samba3.smbtorture_s3.plain.POSIX.smbtorture.

Trying to open a symlink as a terminal component should return
NT_STATUS_OBJECT_NAME_NOT_FOUND, not NT_STATUS_OBJECT_PATH_NOT_FOUND.

Mark as knownfail.d/simple_posix_open until we fix the server.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14911

Signed-off-by: Jeremy Allison <jra@samba.org>
selftest/knownfail.d/simple_posix_open [new file with mode: 0644]
source3/torture/torture.c