The branch, v4-14-test has been updated via 1fb83efd7d5 s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path. from cf6df7285fd WHATSNEW: Remove some old stuff.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-14-test - Log ----------------------------------------------------------------- commit 1fb83efd7d580de547da774fa5edb6eb72622d54 Author: Peter Eriksson <p...@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 <p...@lysator.liu.se> Reviewed-by: Jeremy Allison <j...@samba.org> Reviewed-by: David Mulder <dmul...@samba.org> Autobuild-User(master): David Mulder <dmul...@samba.org> Autobuild-Date(master): Thu Feb 25 20:46:02 UTC 2021 on sn-devel-184 (cherry picked from commit 3d91fe071a29e2e0c54a10ba081a46cb5c324585) Autobuild-User(v4-14-test): Karolin Seeger <ksee...@samba.org> Autobuild-Date(v4-14-test): Wed Mar 3 10:12:36 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