On Wed, 14 Jul 2021 at 07:01, Klaus Jensen <[email protected]> wrote: > > From: Klaus Jensen <[email protected]> > > Peter noticed that mmio access may read into the NvmeParams member in > the NvmeCtrl struct. > > Fix the bounds check. > > Reported-by: Peter Maydell <[email protected]> > Signed-off-by: Klaus Jensen <[email protected]> > --- > hw/nvme/ctrl.c | 27 +++++++++++++++------------ > 1 file changed, 15 insertions(+), 12 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
