mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
coverity 303199
This commit is contained in:
parent
d2e75de06e
commit
537a21b2fa
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ static int CmdFlashMemInfo(const char *Cmd) {
|
||||||
mbedtls_mpi_write_string(&rsa.E, 16, str_exp, sizeof(str_exp), &exlen);
|
mbedtls_mpi_write_string(&rsa.E, 16, str_exp, sizeof(str_exp), &exlen);
|
||||||
mbedtls_mpi_write_string(&rsa.N, 16, str_pk, sizeof(str_pk), &pklen);
|
mbedtls_mpi_write_string(&rsa.N, 16, str_pk, sizeof(str_pk), &pklen);
|
||||||
|
|
||||||
PrintAndLogEx(INFO, "Len.................. %u", rsa.len);
|
PrintAndLogEx(INFO, "Len.................. %"PRIu64, rsa.len);
|
||||||
PrintAndLogEx(INFO, "Exponent............. %s", str_exp);
|
PrintAndLogEx(INFO, "Exponent............. %s", str_exp);
|
||||||
PrintAndLogEx(INFO, "Public key modulus N");
|
PrintAndLogEx(INFO, "Public key modulus N");
|
||||||
PrintAndLogEx(INFO, " %.64s", str_pk);
|
PrintAndLogEx(INFO, " %.64s", str_pk);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue