[krbdev.mit.edu #7121] password argument to krb5_get_init_creds_password not const

Russ Allbery <rra@stanford.edu> via RT rt-comment at krbdev.mit.edu
Sun Apr 29 16:52:11 EDT 2012


I assume that the password argument to krb5_get_init_creds_password is
never going to be changed by the library (at least, I would hope so),
but it's not declared const, which requires casts for warning-free code
when the caller has obtained it from a const source (such as pam_get_item).


More information about the krb5-bugs mailing list