Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

gss_krb5int_lib_init was adding the generic GSS error table (again)
instead of the krb5 error table, which could lead to crashes on
library unload. This bug was introduced in krb5 1.7; the fix is also
applicable there.

Patch from Leonardo Chiquitto <leonardo.lists@gmail.com>.


https://github.com/krb5/krb5/commit/95e7bbb533698db3784712b0057875ac39388152
Commit By: ghudson
Revision: 24139
Changed Files:
U trunk/src/lib/gssapi/krb5/gssapi_krb5.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r24139 from trunk

------------------------------------------------------------------------
r24139 | ghudson | 2010-06-21 11:18:37 -0400 (Mon, 21 Jun 2010) | 12 lines

ticket: 6745
subject: Add correct error table when initializing gss-krb5
target_version: 1.8.3
tags: pullup

gss_krb5int_lib_init was adding the generic GSS error table (again)
instead of the krb5 error table, which could lead to crashes on
library unload. This bug was introduced in krb5 1.7; the fix is also
applicable there.

Patch from Leonardo Chiquitto <leonardo.lists@gmail.com>.

https://github.com/krb5/krb5/commit/bfbd563ba78ae590427599086cb8cc135face97a
Commit By: tlyu
Revision: 24196
Changed Files:
U branches/krb5-1-8/src/lib/gssapi/krb5/gssapi_krb5.c