[PATCH 0/1] xlnx-bbram: hw/nvram: Fix Coverity CID 1487233

Tong Ho posted 1 patch 3 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220401190631.1697408-1-tong.ho@xilinx.com
Maintainers: Alistair Francis <alistair@alistair23.me>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Maydell <peter.maydell@linaro.org>
hw/nvram/xlnx-bbram.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH 0/1] xlnx-bbram: hw/nvram: Fix Coverity CID 1487233
Posted by Tong Ho 3 years, 10 months ago
This patch addresses Coverity CID 1487233 by adding the required
initialiation of a local variable of type Error *.

Tong Ho (1):
  xlnx-bbram: hw/nvram: Fix uninitialized Error *

 hw/nvram/xlnx-bbram.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.25.1
Re: [PATCH 0/1] xlnx-bbram: hw/nvram: Fix Coverity CID 1487233
Posted by Peter Maydell 3 years, 10 months ago
On Fri, 1 Apr 2022 at 20:06, Tong Ho <tong.ho@xilinx.com> wrote:
>
> This patch addresses Coverity CID 1487233 by adding the required
> initialiation of a local variable of type Error *.
>
> Tong Ho (1):
>   xlnx-bbram: hw/nvram: Fix uninitialized Error *
>
>  hw/nvram/xlnx-bbram.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to target-arm.next for 7.0, thanks.

-- PMM