git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17017 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-07 22:16:15 +00:00
parent a8a053df5c
commit 8a99a492b5
2 changed files with 21 additions and 0 deletions

View File

@@ -1,5 +1,21 @@
2006-04-08 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/524.c (_kdc_do_524): Handle memory allocation failure
Coverity, NetBSD CID#2752
2006-04-07 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/keytab_file.c (krb5_kt_ret_principal): plug a memory
leak Coverity NetBSD CID#1890
* kdc/hprop.c (main): make sure type doesn't need to be set
* kdc/mit_dump.c (mit_prop_dump): close fd when done processing
Coverity NetBSD CID#1955
* kdc/string2key.c (tokey): catch warnings, free memory after use.
Based on Coverity NetBSD CID#1894
* kdc/hprop.c (main): remove dead code. Coverity NetBSD CID#633
2006-04-04 Love H<>rnquist <20>strand <lha@it.su.se>

View File

@@ -1,3 +1,8 @@
2006-04-08 Love H<>rnquist <20>strand <lha@it.su.se>
* hash.c (hashtabnew): check for NULL before setting structure.
Coverity, NetBSD CID#4
2006-03-31 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: gen_files_rfc2459 += asn1_ExtKeyUsage.x