pull up r18635 from trunk
authorTom Yu <tlyu@mit.edu>
Thu, 26 Oct 2006 19:31:24 +0000 (19:31 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 26 Oct 2006 19:31:24 +0000 (19:31 +0000)
commita9d95ff8b84982035c81e2dc4d5e497d2586e9ac
tree0f2dad9fe930d0fb17be25d1900bb27568d64809
parent44af4c5ea85f75350244df1abeccb19e1bab8705
pull up r18635 from trunk

 r18635@cathode-dark-space:  epeisach | 2006-10-01 08:05:20 -0400
 ticket: new
 subject: kdc: make_toolong_error does not initialize all fields for krb5_mk_error
 tags: pullup

 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: 4368
version_fixed: 1.5.2

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-5@18740 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/network.c