The internal code to krb5_kt_default_name was casting the length to size_t. Change prototype to take an unsigned - which makes sense in how the code uses it. Commit By: epeisach Revision: 19144 Changed Files: U trunk/src/include/krb5/krb5.hin U trunk/src/lib/krb5/os/ktdefname.c