kdc: Check return value of pa_enc_ts_decrypt_kvno()
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
This commit is contained in:
committed by
Nico Williams
parent
c65cd331e4
commit
6d2d9632da
@@ -939,6 +939,9 @@ pa_enc_ts_validate(astgs_request_t r, const PA_DATA *pa)
|
||||
goto out;
|
||||
}
|
||||
free_EncryptedData(&enc_data);
|
||||
if (ret) {
|
||||
goto out;
|
||||
}
|
||||
ret = decode_PA_ENC_TS_ENC(ts_data.data,
|
||||
ts_data.length,
|
||||
&p,
|
||||
|
||||
Reference in New Issue
Block a user