[krbdev.mit.edu #8200] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Thu Jul 9 14:44:27 EDT 2015


Fix kdcpreauth counting bug

In kdc_preauth.c, commit be20a5f5cee8d6c4072d1b81712520dbf9f6eefd made
load_preauth_plugins() handle negative preauth type numbers.
get_plugin_vtables() also needs to handle negative preauth type
numbers, or it can return the wrong count and load_preauth_plugins()
can overflow the table.

https://github.com/krb5/krb5/commit/2c3c44ce0555110a919aff0902d143b7f00e26ef
Author: Greg Hudson <ghudson at mit.edu>
Commit: 2c3c44ce0555110a919aff0902d143b7f00e26ef
Branch: master
 src/kdc/kdc_preauth.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the krb5-bugs mailing list