svn rev #18735: trunk/src/lib/krb5/krb/

coffman@MIT.EDU coffman at MIT.EDU
Mon Oct 23 12:15:51 EDT 2006


Commit By: coffman
Log Message: 
ticket: new
subject: fix invalid access found by valgrind

Valgrind found that we were reading past the end of the
preferred padata string.  p is manually updated within
the loop and there is no need for the increment.  It was
causing the null terminator to be skipped over, rather
than properly terminating the loop.



Changed Files:
U   trunk/src/lib/krb5/krb/get_in_tkt.c



More information about the cvs-krb5 mailing list