The Samba-Bugzilla – Attachment 1706 Details for
Bug 3343
Filesystem ACLs not cleared on inherited permissions when altering
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch: do not double-free on error case (allow-deny ordered ACE)
samba-3.0.21a+svn-r13123.double-free-on-deny-ace-after-allow-ace.patch (text/plain), 767 bytes, created by
SATOH Fumiyasu
on 2006-01-24 20:38:40 UTC
(
hide
)
Description:
patch: do not double-free on error case (allow-deny ordered ACE)
Filename:
MIME Type:
Creator:
SATOH Fumiyasu
Created:
2006-01-24 20:38:40 UTC
Size:
767 bytes
patch
obsolete
>Index: SAMBA_3_0/source/smbd/posix_acls.c >=================================================================== >--- SAMBA_3_0/source/smbd/posix_acls.c (revision 13123) >+++ SAMBA_3_0/source/smbd/posix_acls.c (working copy) >@@ -1447,7 +1447,6 @@ static BOOL create_canon_ace_lists(files > Deny entry after Allow entry. Failing to set on file %s.\n", fsp->fsp_name )); > free_canon_ace_list(file_ace); > free_canon_ace_list(dir_ace); >- SAFE_FREE(current_ace); > return False; > } > >@@ -1506,7 +1505,6 @@ Deny entry after Allow entry. Failing to > Deny entry after Allow entry. Failing to set on file %s.\n", fsp->fsp_name )); > free_canon_ace_list(file_ace); > free_canon_ace_list(dir_ace); >- SAFE_FREE(current_ace); > return False; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3343
: 1706