[krbdev.mit.edu #8630] git commit
Greg Hudson via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Mon Jan 22 12:26:35 EST 2018
Fix type error in klog com_err hook
As a variable argument, buf.data won't be automatically cast from
void * to char * when passed to krb5_klog_syslog(), so to be correct
we must do it manually.
https://github.com/krb5/krb5/commit/5a5be01e888a575b72407088749066213c57284f
Author: Greg Hudson <ghudson at mit.edu>
Commit: 5a5be01e888a575b72407088749066213c57284f
Branch: master
src/lib/kadm5/logger.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the krb5-bugs
mailing list