The Samba-Bugzilla – Attachment 7138 Details for
Bug 8627
Crash bug in dns_create_probe when dns_create_update fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Raw patch for 3.6.x.
look (text/plain), 482 bytes, created by
Jeremy Allison
on 2011-11-22 23:39:34 UTC
(
hide
)
Description:
Raw patch for 3.6.x.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2011-11-22 23:39:34 UTC
Size:
482 bytes
patch
obsolete
>diff --git a/lib/addns/dnsrecord.c b/lib/addns/dnsrecord.c >index 559c264..ee4026d 100644 >--- a/lib/addns/dnsrecord.c >+++ b/lib/addns/dnsrecord.c >@@ -331,8 +331,8 @@ DNS_ERROR dns_create_probe(TALLOC_CTX *mem_ctx, const char *zone, > const struct sockaddr_storage *sslist, > struct dns_update_request **preq) > { >- struct dns_update_request *req; >- struct dns_rrec *rec; >+ struct dns_update_request *req = NULL; >+ struct dns_rrec *rec = NULL; > DNS_ERROR err; > uint16 i; >
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 8627
:
7134
|
7138
|
7139