Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.13.0
-
3
-
9223372036854775807
Description
When computing checksum for Kerberos, krb5 wire token header is appended to the plain text. We need to make sure the actual header is appended in gss_digest_hash().
In gss_crypt_generic(), it is better to protect against an undefined behavior by
switching from memcpy to memmove.