summaryrefslogtreecommitdiffstats
path: root/chromium/device/fido/u2f_register_operation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/device/fido/u2f_register_operation.cc')
-rw-r--r--chromium/device/fido/u2f_register_operation.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/device/fido/u2f_register_operation.cc b/chromium/device/fido/u2f_register_operation.cc
index e80655a5f90..5a29ba0cc24 100644
--- a/chromium/device/fido/u2f_register_operation.cc
+++ b/chromium/device/fido/u2f_register_operation.cc
@@ -123,6 +123,7 @@ void U2fRegisterOperation::OnCheckForExcludedKeyHandle(
}
case apdu::ApduResponse::Status::SW_WRONG_DATA:
+ case apdu::ApduResponse::Status::SW_WRONG_LENGTH:
// Continue to iterate through the provided key handles in the exclude
// list and check for already registered keys.
if (++it != request().exclude_list()->cend()) {