Skip Menu |
 

From: hartmans@mit.edu
Subject: SVN Commit

krb5int_fast_free_state fails if state is null. INstead it should
simply return Reorganization of the get_init_creds logic has created
situations where the init_creds loop can fail between the time when
the context is initialized and the fast state is initialized.

https://github.com/krb5/krb5/commit/19f23a3e34fe581e986d579b0bd87abfce664365
Commit By: hartmans
Revision: 23713
Changed Files:
U trunk/src/lib/krb5/krb/fast.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r23713 from trunk

------------------------------------------------------------------------
r23713 | hartmans | 2010-02-09 14:15:12 -0500 (Tue, 09 Feb 2010) | 10 lines

subject: krb5int_fast_free_state segfaults if state is null
ticket: 6657
target_version: 1.8
tags: pullup

krb5int_fast_free_state fails if state is null. INstead it should
simply return Reorganization of the get_init_creds logic has created
situations where the init_creds loop can fail between the time when
the context is initialized and the fast state is initialized.

https://github.com/krb5/krb5/commit/72c4854dfeceed173e020ae8323651022337d0cd
Commit By: tlyu
Revision: 23719
Changed Files:
U branches/krb5-1-8/src/lib/krb5/krb/fast.c