Skip Menu |
 

From: tlyu@mit.edu
Subject: git commit

Clean up memory handling in krb5_fwd_tgt_creds()

Use distinct local variables to own allocated resources which we must
release at function exit, instead of using parameter variables and
flags.

https://github.com/krb5/krb5/commit/182c4bf1a3d70efe3894f3b57b68f9988765d48d
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 182c4bf1a3d70efe3894f3b57b68f9988765d48d
Branch: master
src/lib/krb5/krb/fwd_tgt.c | 23 +++++++++++------------
1 files changed, 11 insertions(+), 12 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Constify rhost in krb5_fwd_tgt_creds()

https://github.com/krb5/krb5/commit/81c1f7c57c81bcd795c464c3ad8a2056186383e3
Author: Andreas Schneider <asn@samba.org>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 81c1f7c57c81bcd795c464c3ad8a2056186383e3
Branch: master
src/include/krb5/krb5.hin | 5 +++--
src/lib/krb5/krb/fwd_tgt.c | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)