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(-)