pull up r20482, r20481 from trunk
------------------------------------------------------------------------
r20482 | raeburn | 2008-06-26 22:51:09 -0400 (Thu, 26 Jun 2008) | 5 lines
ticket: 5997
Memory leak, and possible freed-memory dereference, in an error (small
allocation failure) path.
------------------------------------------------------------------------
r20481 | raeburn | 2008-06-26 22:47:06 -0400 (Thu, 26 Jun 2008) | 9 lines
ticket: new
target_version: 1.6.4
subject: misc memory leaks
tags: pullup
Fix various memory leaks that show up mostly in error cases (e.g.,
failure to allocate one small object, and then we forget to free
another one).
https://github.com/krb5/krb5/commit/600b43b384f707a976646e2a3467e7def3e79acfCommit By: tlyu
Revision: 22426
Changed Files:
U branches/krb5-1-6/src/kdc/do_tgs_req.c
U branches/krb5-1-6/src/kdc/kdc_util.c
U branches/krb5-1-6/src/lib/gssapi/krb5/k5seal.c
U branches/krb5-1-6/src/lib/krb5/krb/bld_pr_ext.c
U branches/krb5-1-6/src/lib/krb5/krb/get_creds.c
U branches/krb5-1-6/src/lib/krb5/krb/get_in_tkt.c
U branches/krb5-1-6/src/lib/krb5/krb/gic_opt.c
U branches/krb5-1-6/src/lib/krb5/krb/init_ctx.c
U branches/krb5-1-6/src/lib/krb5/os/an_to_ln.c
U branches/krb5-1-6/src/lib/rpc/auth_gss.c
U branches/krb5-1-6/src/plugins/kdb/db2/adb_policy.c