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: epeisach@mit.edu Subject: CVS Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 378 When decoding a kerberos time, if the asn1 time is 19700101000000Z (i.e. time_t of 0) - 15 bytes of memory are lost. * asn1_decode.c (asn1_decode_generaltime): Fix memory leak when time sent is "19700101000000Z". To generate a diff of this commit: cvs diff -r5.150 -r5.151 krb5/src/lib/krb5/asn.1/ChangeLog cvs diff -r5.23 -r5.24 krb5/src/lib/krb5/asn.1/asn1_decode.c