]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Remove unreachable code
authorSamuel Tardieu <sam@rfc1149.net>
Tue, 19 Dec 2023 18:22:11 +0000 (19:22 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Jan 2024 03:22:46 +0000 (13:22 +1000)
commit0e5e6219ed75f133a14d6bab39f6966540941864
treef640a0c6f76b6431a4ab53173b61c31858c38a3b
parent09be34717190c1620f0c6e5c8765b8da354aeb4b
tcg: Remove unreachable code

The `fail_rx`/`fail` block is only entered while `buf_rx` is equal to
its initial value `MAP_FAILED`. The `munmap(buf_rx, size);` was never
executed.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2030
Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20231219182212.455952-2-sam@rfc1149.net>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/region.c