Displaying 1 result from an estimated 1 matches for "jackqq".
Did you mean:
jackeq
2016 Jan 01
3
Fix for CVE-2015-5299 denies access to ZFS snapshots due to overly strict condition checking
...ne
if (!NT_STATUS_IS_OK(status)) {
in check_access_snapdir() in source3/modules/vfs_shadow_copy2.c to
if (status == NT_STATUS_ACCESS_DENIED) {
would result in more accurate outcomes and avoid other statuses such
as NT_STATUS_NOT_SUPPORTED ending up access denied.
--
裘佺 (QIU Quan) <jackqq at gmail.com>