diff options
author | 2020-09-02 10:05:52 +0200 | |
---|---|---|
committer | 2020-09-03 12:47:33 +0200 | |
commit | df1a312fea58bb3f83b5d7eba0946d43cb16675f (patch) | |
tree | afe1d6c67280f8071813886c3ca0ab4e995e76c9 /scripts/test-driver.py | |
parent | hw/m68k: QOMify the mcf5206 system integration module (diff) | |
download | qemu-df1a312fea58bb3f83b5d7eba0946d43cb16675f.tar.xz qemu-df1a312fea58bb3f83b5d7eba0946d43cb16675f.zip |
tests/qtest/ahci: Improve error handling (NEGATIVE_RETURNS)
Fix an error handling issue reported by Coverity:
/qemu/tests/qtest/ahci-test.c: 1452 in prepare_iso()
1444 int fd = mkstemp(cdrom_path);
>>> CID 1432375: Error handling issues (NEGATIVE_RETURNS)
>>> "fd" is passed to a parameter that cannot be negative.
1452 ret = write(fd, patt, size);
Reported-by: Coverity (CID 1432375)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200902080552.159806-1-philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts/test-driver.py')
0 files changed, 0 insertions, 0 deletions