The Samba-Bugzilla – Attachment 4657 Details for
Bug 6696
smbd 3.3.7 crashes (signal 11) in dns_register_smbd_reply
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch in git-format-patch form
0001-s3-smbd-Fix-bug-6696.patch (text/plain), 737 bytes, created by
Volker Lendecke
on 2009-09-07 05:05:07 UTC
(
hide
)
Description:
Patch in git-format-patch form
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2009-09-07 05:05:07 UTC
Size:
737 bytes
patch
obsolete
>From a8268a0c24d90670bdf9efeb2490adf024a1f6b8 Mon Sep 17 00:00:00 2001 >From: Timothy Miller <theosib@gmail.com> >Date: Mon, 7 Sep 2009 12:01:58 +0200 >Subject: [PATCH] s3:smbd: Fix bug 6696 > >smbd crashes when using mdns (not avahi) support >--- > source/smbd/dnsregister.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source/smbd/dnsregister.c b/source/smbd/dnsregister.c >index ff9be43..f02739e 100644 >--- a/source/smbd/dnsregister.c >+++ b/source/smbd/dnsregister.c >@@ -168,7 +168,7 @@ bool dns_register_smbd_reply(struct dns_reg_state *dns_state, > { > int mdnsd_conn_fd = -1; > >- if (dns_state->srv_ref == NULL) { >+ if ((dns_state == NULL) || (dns_state->srv_ref == NULL)) { > return false; > } > >-- >1.6.0.4 >
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
Flags:
obnox
:
review+
Actions:
View
Attachments on
bug 6696
: 4657 |
4665