Date: Thu, 14 Jun 2007 19:58:24 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libgssapi gss_init_sec_context.c Message-ID: <200706141958.l5EJwOb3077098@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2007-06-14 19:58:24 UTC FreeBSD src repository Modified files: lib/libgssapi gss_init_sec_context.c Log: According to the documentation mech_type for gss_init_sec_context() may be passed as GSS_C_NO_OID in which case a default mech should be used. This case was not handled and leads to core dumps when using nss_ldap. Now use the first mech in this case. When there is no mechanism available return an error (this part is taken from the PR). PR: 113266 Submitted by: Eirik Nygaard <eirikald@pvv.ntnu.no> (partly) Revision Changes Path 1.3 +9 -1 src/lib/libgssapi/gss_init_sec_context.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706141958.l5EJwOb3077098>