]> eyrie.org Git - kerberos/krb5-sync.git/commit
Fix some memory management issues caught by clang
authorRuss Allbery <eagle@eyrie.org>
Thu, 5 Dec 2013 05:13:46 +0000 (21:13 -0800)
committerRuss Allbery <eagle@eyrie.org>
Thu, 5 Dec 2013 05:13:46 +0000 (21:13 -0800)
commitb7cea95ac1f56beec61d67d4c87f34a00a60754a
tree178799d2152c4b34daf46691a168394a19c80222
parenta517ad35b431565f84022847b53d9c6be08aebf9
Fix some memory management issues caught by clang

One use-after-free and one case in plugin/vector.c that was actually
okay but that was too difficult to analyze.
plugin/ad.c
plugin/vector.c