mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Fix Keymaster HAL crash." into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a22bc7450b
@@ -549,6 +549,7 @@ Return<void> KeymasterDevice::attestKey(const hidl_vec<uint8_t>& keyToAttest,
|
||||
if (!foundAttestationApplicationId) {
|
||||
_hidl_cb(ErrorCode::ATTESTATION_APPLICATION_ID_MISSING,
|
||||
resultCertChain);
|
||||
return Void();
|
||||
}
|
||||
|
||||
keymaster_cert_chain_t cert_chain{nullptr, 0};
|
||||
|
||||
Reference in New Issue
Block a user