The Samba-Bugzilla – Attachment 6801 Details for
Bug 8397
Samba4 library crashes under certain conditions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch which fixes the crash
samba.patch (text/plain), 457 bytes, created by
aaron.small.99a
on 2011-08-24 01:10:33 UTC
(
hide
)
Description:
Patch which fixes the crash
Filename:
MIME Type:
Creator:
aaron.small.99a
Created:
2011-08-24 01:10:33 UTC
Size:
457 bytes
patch
obsolete
>diff --git a/source4/lib/socket/interface.c b/source4/lib/socket/interface.c >index 42e1946..144268b 100644 >--- a/source4/lib/socket/interface.c >+++ b/source4/lib/socket/interface.c >@@ -323,7 +323,9 @@ void load_interface_list(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, s > if (!*local_interfaces) { > DEBUG(0,("WARNING: no network interfaces found\n")); > } >- talloc_free(ifaces); >+ if (total_probed > 0) { >+ talloc_free(ifaces); >+ } > } > > /**
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 8397
: 6801