diff options
author | Richard Henderson | 2022-04-01 20:46:35 +0200 |
---|---|---|
committer | Richard Henderson | 2022-04-27 04:59:51 +0200 |
commit | 0cbc135917141053c80480fefbe55f70bb3b1562 (patch) | |
tree | e7e899bc89f1b6d5aee2e412928bcc72a8b239fc /fpu | |
parent | target/s390x: Fix the accumulation of ccm in op_icm (diff) | |
download | qemu-0cbc135917141053c80480fefbe55f70bb3b1562.tar.gz qemu-0cbc135917141053c80480fefbe55f70bb3b1562.tar.xz qemu-0cbc135917141053c80480fefbe55f70bb3b1562.zip |
target/i386: Suppress coverity warning on fsave/frstor
Coverity warns that 14 << data32 may overflow with respect
to the target_ulong to which it is subsequently added.
We know this wasn't true because data32 is in [1,2],
but the suggested fix is perfectly fine.
Fixes: Coverity CID 1487135, 1487256
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Damien Hedde <damien.hedde@greensocs.com>
Message-Id: <20220401184635.327423-1-richard.henderson@linaro.org>
Diffstat (limited to 'fpu')
0 files changed, 0 insertions, 0 deletions