]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix minor leak in kadmind password change dispatch
authorGreg Hudson <ghudson@mit.edu>
Thu, 25 Oct 2018 16:21:45 +0000 (12:21 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 26 Oct 2018 14:23:59 +0000 (10:23 -0400)
commit597f18953367bbc246fbb0222355a7a94ffff6b4
tree9ec799c023b1db8bdaca28f062042ffb9b6c2176
parentc4bdb3a1c890149a472ed98a94cf85316b143265
Fix minor leak in kadmind password change dispatch

In the unlikely event that kadmind cannot resolve the KDB keytab in
schpw.c:dispatch(), don't leak the error message.  Reported by Bean
Zhang.
src/kadmin/server/schpw.c