The Samba-Bugzilla – Attachment 2061 Details for
Bug 3957
samba-3.0.23a, get_dc_list failure(s)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
zero memory for dc list
look2 (text/plain), 580 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2006-07-25 15:11:41 UTC
(
hide
)
Description:
zero memory for dc list
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2006-07-25 15:11:41 UTC
Size:
580 bytes
patch
obsolete
>Index: source/libads/dns.c >=================================================================== >--- source/libads/dns.c (revision 17239) >+++ source/libads/dns.c (working copy) >@@ -279,7 +279,7 @@ > DEBUG(4,("ads_dns_lookup_srv: %d records returned in the answer section.\n", > answer_count)); > >- if ( (dcs = TALLOC_ARRAY(ctx, struct dns_rr_srv, answer_count)) == NULL ) { >+ if ( (dcs = TALLOC_ZERO_ARRAY(ctx, struct dns_rr_srv, answer_count)) == NULL ) { > DEBUG(0,("ads_dns_lookup_srv: talloc() failure for %d char*'s\n", > answer_count)); > 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 3957
: 2061