push
github
utils: Fix coverity warning in handle_special_properties() Fix coverity warning in handle_special_properties() by converting the percent variable to unsigned. 512039 Overflowed constant The overflowed value due to arithmetic on constants is too small or unexpectedly negative, causing incorrect computations. In handle_special_properties: Integer overflow occurs in arithmetic on constant operands (CWE-190) Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> (cherry picked from commit 6eac631ed)
1 of 1 new or added line in 1 file covered. (100.0%)
272 existing lines in 11 files now uncovered.3508 of 4967 relevant lines covered (70.63%)
570.42 hits per line