kdc: make_toolong_error does not initialize all fields for krb5_mk_error
authorEzra Peisach <epeisach@mit.edu>
Sun, 1 Oct 2006 12:05:20 +0000 (12:05 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 1 Oct 2006 12:05:20 +0000 (12:05 +0000)
commitd3c3bd0ea7056df8366b09762283723cabcac7a9
tree38d4c2e608d8a067192d361cb7a5bb1ee467cca3
parent65d038dd814db80d357043c2ac253348f33ac1ec
kdc: make_toolong_error does not initialize all fields for krb5_mk_error

network.c: make_too_long_error() fails to set the ctime and cusec elements of
the krb5_error structure. Valgrind detects errors in the asn.1 encoding
handlers in reading an unitialized value. Initialize to 0.

ticket: new
tags: pullup

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