qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix segfault during NBD iotest 083


From: Jagannathan Raman
Subject: [PATCH] Fix segfault during NBD iotest 083
Date: Fri, 12 Feb 2021 06:16:06 -0500

Hi,

The patch fixes a segfault issue. error_prepend() in
qio_channel_readv_full_all() sets a NULL *errp when
ret is 0.

We ran the following tests with this patch and they all passed:
- cd tests/qemu-iotests && ./check -nbd 083
- make check
- make check-iotests
- CI using Travis. We also kicked off gitlab CI, but didn't
  hear anything back from the server

Jagannathan Raman (1):
  io: error_prepend() in qio_channel_readv_full_all() causes segfault

 io/channel.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]