[krbdev.mit.edu #8088] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Fri Feb 6 17:26:52 EST 2015


Initialize err variable in krb5_sendto_kdc

When we get an KRB5_KDC_UNREACH error back from k5_sendto, we check if
the err variable we passed for use by our message handler has been set
to KDC_ERR_SVC_UNAVAILABLE.  If k5_sendto doesn't receive any
response, though, the handler isn't called, so we're reading an
uninitialized variable.  Initialize it to a value other than
KDC_ERR_SVC_UNAVAILABLE to be sure.

[ghudson at mit.edu: initialize err just before calling k5_sendto; edit
commit message]

(cherry picked from commit 1ed3f68c2394fbb48731bba4e4e9a60c8b925ca5)

https://github.com/krb5/krb5/commit/2faf2b4d8e95f9bc14338c6f6aaa8dc174f35435
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Committer: Tom Yu <tlyu at mit.edu>
Commit: 2faf2b4d8e95f9bc14338c6f6aaa8dc174f35435
Branch: krb5-1.11
 src/lib/krb5/os/sendto_kdc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list