From bb654ec67a13cd9720d4e3d7b8aad64a17912efc Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 3 Jul 1999 02:43:02 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6406 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 27 +++++++++++++++++++++++++++ appl/rsh/ChangeLog | 4 ++++ kadmin/ChangeLog | 7 ++++++- lib/com_err/ChangeLog | 4 ++++ lib/roken/ChangeLog | 12 ++++++++++++ 5 files changed, 53 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a710afe9..68bdb3772 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +1999-07-03 Assar Westerlund + + * lib/krb5/principal.c (unparse_name): error check malloc properly + + * lib/krb5/get_in_tkt.c (krb5_init_etype): error check malloc + properly + + * lib/krb5/crypto.c (*): do some malloc return-value checks + properly + + * lib/hdb/hdb.c (hdb_process_master_key): simplify by using + krb5_data_alloc + + * lib/hdb/hdb.c (hdb_process_master_key): check return value from + malloc + + * lib/asn1/gen_decode.c (decode_type): fix generation of decoding + information for TSequenceOf. + + * kdc/kerberos5.c (get_pa_etype_info): check return value from + malloc + +1999-07-02 Assar Westerlund + + * lib/asn1/der_copy.c (copy_octet_string): don't fail if length == + 0 and malloc returns NULL + 1999-06-24 Assar Westerlund * lib/krb5/rd_cred.c (krb5_rd_cred): compare the sender's address diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index 097b1645f..95243ca72 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,7 @@ +1999-07-03 Assar Westerlund + + * rsh.c (construct_command): handle argc == 0 for generality + 1999-06-23 Assar Westerlund * rsh.c: new option `-e' for not trying to open an stderr socket diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index fd5475496..2f865496b 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,3 +1,8 @@ +1999-07-03 Assar Westerlund + + * server.c (v5_loop): handle data allocation with krb5_data_alloc + and check return value + 1999-06-23 Assar Westerlund * version4.c (kadm_ser_cpw): read the key in the strange order @@ -80,4 +85,4 @@ * server.c: move from lib/kadm5, and add basic support for krb4 kadmin protocol - * kadmind.c: move recvauth to kadmind_loop() \ No newline at end of file + * kadmind.c: move recvauth to kadmind_loop() diff --git a/lib/com_err/ChangeLog b/lib/com_err/ChangeLog index e84d7de83..ea7a5f6d0 100644 --- a/lib/com_err/ChangeLog +++ b/lib/com_err/ChangeLog @@ -1,3 +1,7 @@ +1999-07-03 Assar Westerlund + + * parse.y (statement): use asprintf + 1999-06-13 Assar Westerlund * Makefile.in: make it solaris make vpath-safe diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 7568911ba..7c14efa52 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,15 @@ +1999-07-03 Assar Westerlund + + * writev.c (writev): error check malloc properly + + * sendmsg.c (sendmsg): error check malloc properly + + * resolve.c (parse_reply): error check malloc properly + + * recvmsg.c (recvmsg): error check malloc properly + + * readv.c (readv): error check malloc properly + 1999-06-23 Assar Westerlund * parse_units.c (acc_units): move the special case of 0 -> 1 to