git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11412 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Jacques A. Vidrine
2002-09-09 14:15:20 +00:00
parent 9849899e7f
commit 296d01fd2b

View File

@@ -1,3 +1,13 @@
2002-09-09 Jacques Vidrine <nectar@kth.se>
* kdc/kerberos5.c (get_pa_etype_info, fix_transited_encoding),
kdc/kaserver.c (krb5_ret_xdr_data),
lib/krb5/transited.c (krb5_domain_x500_decode): Validate some
counts: Check that they are non-negative, and that they are small
enough to avoid integer overflow when used in memory allocation
calculations. Potential problem areas pointed out by
Sebastian Krahmer <krahmer@suse.de>.
2002-09-09 Johan Danielsson <joda@pdc.kth.se> 2002-09-09 Johan Danielsson <joda@pdc.kth.se>
* configure.in: don't try to build pam module * configure.in: don't try to build pam module