The Samba-Bugzilla – Attachment 6284 Details for
Bug 8008
winbind krb5 locator crash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
v3-5-test.patch from upstream bug
v3-5-test.patch (text/plain), 866 bytes, created by
Guenther Deschner
on 2011-03-11 12:42:26 UTC
(
hide
)
Description:
v3-5-test.patch from upstream bug
Filename:
MIME Type:
Creator:
Guenther Deschner
Created:
2011-03-11 12:42:26 UTC
Size:
866 bytes
patch
obsolete
>From d62aa577c315ec7a2049d465ad3e35a6089191f3 Mon Sep 17 00:00:00 2001 >From: Christian Ambach <christian.ambach@de.ibm.com> >Date: Thu, 10 Feb 2011 15:55:50 +0100 >Subject: [PATCH] nsswitch: fix a segfault in the krb5 locator plugin > >after the number of retries was exceeded, the loop did not > bail out correctly with an error and went on using a null pointer >--- > nsswitch/winbind_krb5_locator.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/nsswitch/winbind_krb5_locator.c b/nsswitch/winbind_krb5_locator.c >index db6e8d0..e921cae 100644 >--- a/nsswitch/winbind_krb5_locator.c >+++ b/nsswitch/winbind_krb5_locator.c >@@ -192,7 +192,7 @@ static krb5_error_code smb_krb5_locator_call_cbfunc(const char *name, > break; > } > >- if (ret == EAI_AGAIN) { >+ if ((ret == EAI_AGAIN) && (count > 1)) { > count--; > continue; > } >-- >1.7.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 8008
: 6284