Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 536 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. Commit By: tlyu Revision: 18740 Changed Files: _U branches/krb5-1-5/ U branches/krb5-1-5/src/kdc/network.c