The Samba-Bugzilla – Attachment 939 Details for
Bug 2300
potential memory corruption in _samr_delete_dom_group
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
take group name from SID lookup
delete-grp.diff (text/plain), 569 bytes, created by
James Peach
on 2005-02-02 19:20:14 UTC
(
hide
)
Description:
take group name from SID lookup
Filename:
MIME Type:
Creator:
James Peach
Created:
2005-02-02 19:20:14 UTC
Size:
569 bytes
patch
obsolete
>Index: rpc_server/srv_samr_nt.c >=================================================================== >--- rpc_server/srv_samr_nt.c (revision 5184) >+++ rpc_server/srv_samr_nt.c (working copy) >@@ -3951,7 +3951,6 @@ > { > DOM_SID group_sid; > fstring grp_name; >- struct group *grp; > uint32 acc_granted; > SE_PRIV se_rights; > BOOL can_add_accounts; >@@ -3984,7 +3983,7 @@ > /* delete mapping first */ > > if ( (ret = pdb_delete_group_mapping_entry(group_sid)) == True ) { >- smb_delete_group( grp->gr_name ); >+ smb_delete_group( grp_name ); > } > > if ( can_add_accounts )
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 2300
: 939