[SCM] Samba Shared Repository - branch master updated

David Mulder dmulder at samba.org
Thu Feb 25 20:47:01 UTC 2021


The branch, master has been updated
       via  3d91fe071a2 s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.
      from  85d24068265 samba-tool: Add a gpo command for removing VGP Startup Scripts Group Policy

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3d91fe071a29e2e0c54a10ba081a46cb5c324585
Author: Peter Eriksson <pen at lysator.liu.se>
Date:   Tue Feb 23 12:13:37 2021 -0800

    s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14648
    
    Signed-off-by: Peter Eriksson <pen at lysator.liu.se>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: David Mulder <dmulder at samba.org>
    
    Autobuild-User(master): David Mulder <dmulder at samba.org>
    Autobuild-Date(master): Thu Feb 25 20:46:02 UTC 2021 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/nfs4_acls.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index 7f32e681694..c7808037a09 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -997,6 +997,7 @@ NTSTATUS smb_set_nt_acl_nfs4(vfs_handle_struct *handle, files_struct *fsp,
 	}
 
 	if (security_descriptor_with_ms_nfs(psd)) {
+		TALLOC_FREE(frame);
 		return NT_STATUS_OK;
 	}
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list