]> asedeno.scripts.mit.edu Git - linux.git/commit
ic3: off by one in mode_show()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 23 Nov 2018 07:15:05 +0000 (10:15 +0300)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Wed, 5 Dec 2018 16:22:58 +0000 (17:22 +0100)
commitafe120c777b7a6aa23b8c8a5fedae9201a7ced0c
tree173cdf60443a7c93e508689e48ff624b6e283147
parent840414ae59d8858bca0a704e7f9c910d661348d7
ic3: off by one in mode_show()

This should be >= ARRAY_SIZE() to avoid reading one element beyond the
end of the array.

Fixes: 3a379bbcea0a ("i3c: Add core I3C infrastructure")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/i3c/master.c