mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 16:44:27 -04:00
[misc] fix CodeQL warnings
This commit is contained in:
parent
d18260bec3
commit
3177e70e25
12 changed files with 27 additions and 27 deletions
|
@ -1341,7 +1341,7 @@ static BOOL get_data_from_asn1_internal(const uint8_t* buf, size_t buf_len, cons
|
|||
}
|
||||
|
||||
if (len > buf_len - pos) {
|
||||
uprintf("get_data_from_asn1: Overflow error (computed length %d is larger than remaining data)", len);
|
||||
uprintf("get_data_from_asn1: Overflow error (computed length %zu is larger than remaining data)", len);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue