git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16933 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-02 00:52:35 +00:00
parent 5ac7ec3e3e
commit dc2c39ab01

View File

@@ -1,5 +1,11 @@
2006-04-02 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/cache.c (_krb5_expand_default_cc_name): avoid return
pointer to freed memory in the error case. Found by IBM checker.
* lib/hdb/keytab.c (hdb_resolve): off by one, found by IBM
checker.
* lib/hdb/keys.c (hdb_generate_key_set): set ret_key_set before
going into the error clause and freeing key_set. Found by IBM
checker. Make sure ret == 0 after of parse error, we catch the