Initialize typed_e_data in as_req_state
authorGreg Hudson <ghudson@mit.edu>
Fri, 28 Oct 2011 15:53:50 +0000 (15:53 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 28 Oct 2011 15:53:50 +0000 (15:53 +0000)
commit88c8464f681c274d399206f8ec567c88f1121aa4
treecb8a0a681845a8243e6204f5b80e77344f62bffe
parent94f2cc96913426fd7add452cdea423877c2dcf0a
Initialize typed_e_data in as_req_state

The typed_e_data field in struct as_req_state was not properly
initialized, causing the KDC to sometimes respond with typed-data
e_data for a preauth-required error when the client sends no padata.
This bug was masked with recent clients, which send a
KRB5_ENCPADATA_REQ_ENC_PA_REP padata.

ticket: 6995
target_version: 1.10
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25419 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/do_as_req.c