kopia lustrzana https://github.com/solokeys/solo1
fixing memmove size in ctap_filter_invalid_credentials()
rodzic
8181a0585e
commit
42cb3321ec
|
|
@ -1222,7 +1222,7 @@ int ctap_filter_invalid_credentials(CTAP_getAssertion * GA)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
GA->creds[count].type = PUB_KEY_CRED_PUB_KEY;
|
GA->creds[count].type = PUB_KEY_CRED_PUB_KEY;
|
||||||
memmove(&(GA->creds[count].credential), &rk, sizeof(CTAP_residentKey));
|
memmove(&(GA->creds[count].credential), &rk, sizeof(struct Credential));
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue