> From: Alejandro Lucero [mailto:alejandro.luc...@netronome.com] > Sent: Friday, May 12, 2017 11:18 AM > To: dev@dpdk.org > Cc: Burakov, Anatoly <anatoly.bura...@intel.com> > Subject: [PATCH] vfio: fix array bounds check > > Checking against VFIO_MAX_GROUPS goes beyond the maximum array > index which should be (VFIO_MAX_GROUPS - 1). > > Fixes: 94c0776b1bad("support hotplug") > Coverity issue: 144555 > Coverity issue: 144556 > Coverity issue: 144557 > > Signed-off-by: Alejandro Lucero <alejandro.luc...@netronome.com>
Acked-by: Anatoly Burakov <anatoly.bura...@intel.com>