[krbdev.mit.edu #1373] pointer target incompatibility with krb5_c_encrypt_length

Tom Yu via RT rt-comment at krbdev.mit.edu
Thu Mar 6 16:52:14 EST 2003


krb5_data has an unsigned int for length.  krb5_c_encrypt_length takes
a size_t* as an output argument.  We should probably audit all uses of
krb5_c_encrypt_length to ensure that intermediate variables are used
where necessary, but we might just want to cause
krb5_c_encrypt_length's output argument and krb5_data's length field
to have properly matched types.


More information about the krb5-bugs mailing list