hx509: Use correct format specifier
Found by Coverity (Samba CID 1544606). Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Nico Williams

parent
13f96a2c89
commit
7ee2ddd71a
@@ -935,7 +935,7 @@ hx509_cms_verify_signed_ext(hx509_context context,
|
||||
if (signer_info->signature.length == 0) {
|
||||
ret = HX509_CMS_MISSING_SIGNER_DATA;
|
||||
hx509_set_error_string(context, 0, ret,
|
||||
"SignerInfo %d in SignedData "
|
||||
"SignerInfo %zu in SignedData "
|
||||
"missing sigature", i);
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user