The Samba-Bugzilla – Attachment 2369 Details for
Bug 3634
nmbd should not segfault with bad interface line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
look (text/plain), 580 bytes, created by
Jeremy Allison
on 2007-04-10 15:09:56 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2007-04-10 15:09:56 UTC
Size:
580 bytes
patch
obsolete
>Index: nmbd/nmbd_subnetdb.c >=================================================================== >--- nmbd/nmbd_subnetdb.c (revision 22153) >+++ nmbd/nmbd_subnetdb.c (working copy) >@@ -223,6 +223,13 @@ > return False; > } > >+ /* We must have at least one subnet. */ >+ if (subnetlist == NULL) { >+ DEBUG(0,("create_subnets: unable to create any subnet from " >+ "given interfaces. nmbd is terminating\n")); >+ return False; >+ } >+ > if (lp_we_are_a_wins_server()) { > /* Pick the first interface ip address as the WINS server ip. */ > struct in_addr *nip = iface_n_ip(0);
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 3634
: 2369