summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorPeter Maydell2021-05-03 18:55:24 +0200
committerThomas Huth2021-05-14 12:28:01 +0200
commit6c054176dba1c3669f7dbf0f3b6bf9e7245a0dfe (patch)
tree9f22d9ad9d27f82e7a3cd5a1e85a97bc6e09aa05 /include/exec
parenttests/qtest/tpm-util.c: Free memory with correct free function (diff)
downloadqemu-6c054176dba1c3669f7dbf0f3b6bf9e7245a0dfe.tar.gz
qemu-6c054176dba1c3669f7dbf0f3b6bf9e7245a0dfe.tar.xz
qemu-6c054176dba1c3669f7dbf0f3b6bf9e7245a0dfe.zip
tests/qtest/rtc-test: Remove pointless NULL check
In rtc-test.c we know that s is non-NULL because qtest_start() will return a non-NULL value, and we assume this when we pass s to qtest_irq_intercept_in(). So we can drop the initial assignment of NULL and the "if (s)" condition at the end of the function. Fixes: Coverity CID 1432353 Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210503165525.26221-3-peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions