diff options
author | Peter Maydell | 2021-05-03 18:55:24 +0200 |
---|---|---|
committer | Thomas Huth | 2021-05-14 12:28:01 +0200 |
commit | 6c054176dba1c3669f7dbf0f3b6bf9e7245a0dfe (patch) | |
tree | 9f22d9ad9d27f82e7a3cd5a1e85a97bc6e09aa05 /include/exec/poison.h | |
parent | tests/qtest/tpm-util.c: Free memory with correct free function (diff) | |
download | qemu-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/poison.h')
0 files changed, 0 insertions, 0 deletions