"...git@gitlab.flux.utah.edu:xcap/xcap-capability-linux.git" did not exist on "5a5ee76e09b1f5a3a550127aecc2ea4d59f17963"
Dan Carpenter
authored
My previous patch added a check to get_key() but missed a couple other places which need range checks. The problem here is that wifi drivers have different numbers of keys. The lower levels assume that they can have up to 4 default keys and 2 management keys but this driver only has the default keys so we could go past the end of the ->keys[] array. Signed-off-by:Dan Carpenter <dan.carpenter@oracle.com> Acked-by:
Samuel Ortiz <sameo@linux.intel.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>