The Samba-Bugzilla – Attachment 11539 Details for
Bug 11563
net ads (join|leave) -S INVALID segfaults with nss_wins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 4.3
v4-3.patch (text/plain), 980 bytes, created by
Andreas Schneider
on 2015-10-27 11:11:28 UTC
(
hide
)
Description:
patch for 4.3
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2015-10-27 11:11:28 UTC
Size:
980 bytes
patch
obsolete
>From d62f6db4c68bac17a3c803edc34a8e62b01a6a6b Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Fri, 23 Oct 2015 15:28:23 +0200 >Subject: [PATCH] nss_wins: Use lp_global_no_reinit() > >This avoids that we run into use after free issues when we access memory >allocated on the globals and the global being reinitialized. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=11563 > >Signed-off-by: Andreas Schneider <asn@samba.org> >Reviewed-by: Volker Lendecke <vl@samba.org> >(cherry picked from commit 0abbfb2e4d5bcd847983ef7981840f1eab7b917c) >--- > nsswitch/wins.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/nsswitch/wins.c b/nsswitch/wins.c >index 735a9a2..587ec30 100644 >--- a/nsswitch/wins.c >+++ b/nsswitch/wins.c >@@ -52,7 +52,7 @@ static void nss_wins_init(void) > > TimeInit(); > setup_logging("nss_wins",False); >- lp_load_global(get_dyn_CONFIGFILE()); >+ lp_load_global_no_reinit(get_dyn_CONFIGFILE()); > load_interfaces(); > } > >-- >2.6.2 >
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:
vl
:
review+
Actions:
View
Attachments on
bug 11563
:
11538
| 11539