diff options
| author | Dan Carpenter <dan.carpenter@oracle.com> | 2017-07-19 13:06:41 +0300 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2017-11-06 15:20:34 +0100 |
| commit | d72966e1a992092d1907c2f8867b404d5afb486c (patch) | |
| tree | 20c6df9dfeb31b039e37979e5df502dff9631498 /kernel/workqueue.c | |
| parent | 2717afc323e7927cc52abac393b0126c90e38fb3 (diff) | |
libata: array underflow in ata_find_dev()
commit 59a5e266c3f5c1567508888dd61a45b86daed0fa upstream.
My static checker complains that "devno" can be negative, meaning that
we read before the start of the loop. I've looked at the code, and I
think the warning is right. This come from /proc so it's root only or
it would be quite a quite a serious bug. The call tree looks like this:
proc_scsi_write() <- gets id and channel from simple_strtoul()
-> scsi_add_single_device() <- calls shost->transportt->user_scan()
-> ata_scsi_user_scan()
-> ata_find_dev()
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@vger.kernel.org # all versions at this point
Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'kernel/workqueue.c')
0 files changed, 0 insertions, 0 deletions
