[krbdev.mit.edu #6496] SVN Commit
Tom Yu via RT
rt-comment at krbdev.mit.edu
Sun May 24 18:51:44 EDT 2009
pull up r22369 from trunk
------------------------------------------------------------------------
r22369 | ghudson | 2009-05-24 17:53:51 +0200 (Sun, 24 May 2009) | 11 lines
ticket: 6496
subject: Fix vector initialization error in KDC preauth code
target_version: 1.7
tags: pullup
In the KDC, get_preauth_hint_list had two bugs initializing the
preauth array. It was allocating 21 extra entries instead of two due
to a typo (harmless), and it was only zeroing up through one extra
entry (harmful). Adjust the code to use calloc to avoid further
disagreements of this nature.
http://src.mit.edu/fisheye/changelog/krb5/?cs=22377
Commit By: tlyu
Revision: 22377
Changed Files:
U branches/krb5-1-7/src/kdc/kdc_preauth.c
More information about the krb5-bugs
mailing list