mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2026-01-06 23:45:31 +01:00
Fixes and workarounds for some Coverity scan reports.
This commit is contained in:
@@ -172,6 +172,7 @@ static int FEC_process_inputs(struct crypt_device *cd,
|
||||
goto out;
|
||||
}
|
||||
|
||||
/* coverity[tainted_data] */
|
||||
r = decode_rs_char(rs, rs_block);
|
||||
if (r < 0) {
|
||||
log_err(cd, _("Failed to repair parity for block %" PRIu64 "."), n);
|
||||
|
||||
Reference in New Issue
Block a user