The Samba-Bugzilla – Attachment 2741 Details for
Bug 4683
Policy not found and crash smbd in api_lsa_lookup_sids()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Auxiliary patch
look1 (text/plain), 863 bytes, created by
Jeremy Allison
on 2007-06-08 19:28:29 UTC
(
hide
)
Description:
Auxiliary patch
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2007-06-08 19:28:29 UTC
Size:
863 bytes
patch
obsolete
>Index: rpc_server/srv_lsa_nt.c >=================================================================== >--- rpc_server/srv_lsa_nt.c (revision 23400) >+++ rpc_server/srv_lsa_nt.c (working copy) >@@ -420,7 +420,7 @@ > if (names->num_entries) { > int i; > >- oldnames->name = TALLOC_ARRAY(oldnames, LSA_TRANS_NAME, names->num_entries); >+ oldnames->name = TALLOC_ARRAY(mem_ctx, LSA_TRANS_NAME, names->num_entries); > > if (!oldnames->name) { > return NT_STATUS_NO_MEMORY; >@@ -839,8 +839,8 @@ > return status; > } > >- names->name = TALLOC_ARRAY(names, LSA_TRANS_NAME2, num_sids); >- names->uni_name = TALLOC_ARRAY(names, UNISTR2, num_sids); >+ names->name = TALLOC_ARRAY(p->mem_ctx, LSA_TRANS_NAME2, num_sids); >+ names->uni_name = TALLOC_ARRAY(p->mem_ctx, UNISTR2, num_sids); > if ((names->name == NULL) || (names->uni_name == NULL)) { > return NT_STATUS_NO_MEMORY; > }
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 4683
:
2735
|
2736
|
2737
|
2738
|
2739
|
2740
| 2741 |
2742