Commit 1868d02
committed
Cast precision argument to int in debug log
The `%.*s` format specifier expects an int for the precision argument, but
`label.ulValueLen` is a CK_ULONG. Cast the length to int to prevent type
mismatch.
Fixes CID 643611 from Coverity.
Signed-off-by: Simo Sorce <simo@redhat.com>1 parent acf46db commit 1868d02
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
| 492 | + | |
492 | 493 | | |
493 | 494 | | |
494 | 495 | | |
| |||
0 commit comments