Good catch!
> Seems that this bug has been in the driver forever.
Indeed ... and I overlooked it during my recent changes to that module.
Reviewed-by: Jasmin Jessich
BR,
Jasmin
Looks good.
Reviewed-by: Dan Carpenter
regards,
dan carpenter
From: Colin Ian King
Currently a user can pass in an unsanitized slot number which
will lead to and out of range index into ca->slot_info. Fix this
by checking that the slot number is no more than the allowed
maximum number of slots. Seems that this bug has been in the driver
forever.
Detected b