On 8/9/21 12:43 PM, Klaus Jensen wrote: > From: Klaus Jensen <k.jen...@samsung.com> > > Coverity found that 'uuid', 'csi' and 'eui64' are uninitialized. While > we set most of the fields, we do not explicitly set the rsvd2 field in > the NvmeIdNsDescr header. > > Fix this by explicitly zero-initializing the variables. > > Reported-by: Coverity (CID 1458835, 1459295 and 1459580) > Fixes: 6870cfb8140d ("hw/nvme: namespace parameter for EUI-64") > Suggested-by: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Klaus Jensen <k.jen...@samsung.com> > --- > hw/nvme/ctrl.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>