coverity: lots of checks that unsigned are >= 0 which is always true
commit36b194bcec4d349f9631811358e438dc13b212ad
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 29 Sep 2023 20:45:32 +0000 (29 22:45 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 29 Sep 2023 20:45:32 +0000 (29 22:45 +0200)
tree3fbd99ab243ef00c8ef0526637447b835ebb2b01
parentbcb1aa8e648e55abc18d30864b109c662d522134
coverity: lots of checks that unsigned are >= 0 which is always true

Also put back the isFF flag initialization (used for FreeBSD
non-fixed RO ELF segmentd) . I had intended to delete it but
in the end kept it for traces but had already deleted the init code.
22 files changed:
VEX/priv/guest_amd64_toIR.c
VEX/priv/guest_arm64_toIR.c
VEX/priv/guest_arm_toIR.c
VEX/priv/guest_ppc_helpers.c
VEX/priv/guest_ppc_toIR.c
VEX/priv/guest_x86_helpers.c
VEX/priv/host_amd64_isel.c
VEX/priv/host_arm_defs.c
VEX/priv/host_arm_isel.c
VEX/priv/host_generic_reg_alloc3.c
VEX/priv/host_mips_defs.c
VEX/priv/host_ppc_defs.c
VEX/priv/host_ppc_isel.c
VEX/priv/host_x86_isel.c
VEX/priv/ir_defs.c
cachegrind/cg_arch.c
coregrind/m_aspacemgr/aspacemgr-linux.c
coregrind/m_debuginfo/image.c
coregrind/m_transtab.c
helgrind/hg_wordset.c
helgrind/libhb_core.c
memcheck/mc_main.c