提交 fe685514 编写于 作者: L Lu Wei 提交者: Yang Yingliang

sunrpc: Change the place of endtime in struct krb5_ctx

hulk inclusion
category: feature
bugzilla: 51816
CVE: NA

-------------------------------------------------

In commit 1ea96bdeb("sunrpc: convert to time64_t for expiry"), I put
the endtime in the wrong place in struct krb5_ctx. This patch fixes
this mistake.
Signed-off-by: NLu Wei <luwei32@huawei.com>
Reviewed-by: NYue Haibing <yuehaibing@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 da4d6a15
......@@ -106,9 +106,9 @@ struct krb5_ctx {
struct crypto_skcipher *initiator_enc_aux;
u8 Ksess[GSS_KRB5_MAX_KEYLEN]; /* session key */
u8 cksum[GSS_KRB5_MAX_KEYLEN];
time64_t endtime;
u32 seq_send;
u64 seq_send64;
time64_t endtime;
struct xdr_netobj mech_used;
u8 initiator_sign[GSS_KRB5_MAX_KEYLEN];
u8 acceptor_sign[GSS_KRB5_MAX_KEYLEN];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册