[krbdev.mit.edu #6496] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Sun May 24 11:53:52 EDT 2009


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=22369
Commit By: ghudson
Revision: 22369
Changed Files:
U   trunk/src/kdc/kdc_preauth.c




More information about the krb5-bugs mailing list