[PATCH for-5.2 0/3] hw/block/nvme: coverity fixes

Klaus Jensen posted 3 patches 5 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201104102248.32168-1-its@irrelevant.dk
Maintainers: Klaus Jensen <its@irrelevant.dk>, Keith Busch <kbusch@kernel.org>, Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
There is a newer version of this series
hw/block/nvme.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[PATCH for-5.2 0/3] hw/block/nvme: coverity fixes
Posted by Klaus Jensen 5 years ago
From: Klaus Jensen <k.jensen@samsung.com>

Fix three issues reported by coverity (CIDs 1436128, 1436129 and
1436131).

Klaus Jensen (3):
  hw/block/nvme: fix null ns in register namespace
  hw/block/nvme: fix uint16_t use of uint32_t sgls member
  hw/block/nvme: fix free of array-typed value

 hw/block/nvme.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

-- 
2.29.1


Re: [PATCH for-5.2 0/3] hw/block/nvme: coverity fixes
Posted by Max Reitz 5 years ago
On 04.11.20 11:22, Klaus Jensen wrote:
> From: Klaus Jensen <k.jensen@samsung.com>
> 
> Fix three issues reported by coverity (CIDs 1436128, 1436129 and
> 1436131).
> 
> Klaus Jensen (3):
>   hw/block/nvme: fix null ns in register namespace
>   hw/block/nvme: fix uint16_t use of uint32_t sgls member
>   hw/block/nvme: fix free of array-typed value
> 
>  hw/block/nvme.c | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)

Thanks again, applied to my block branch:

https://git.xanclic.moe/XanClic/qemu/commits/branch/block

Max