Files
linux/drivers
Dan Carpenter 57932dc596 intel_scu_ipcutil: underflow in scu_reg_access()
commit b1d353ad3d upstream.

"count" is controlled by the user and it can be negative.  Let's prevent
that by making it unsigned.  You have to have CAP_SYS_RAWIO to call this
function so the bug is not as serious as it could be.

Fixes: 5369c02d95 ('intel_scu_ipc: Utility driver for intel scu ipc')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-25 11:58:56 -08:00
..
2016-02-17 12:34:39 -08:00
2016-02-17 12:34:34 -08:00
2014-07-31 12:52:56 -07:00
2014-08-07 14:52:37 -07:00
2014-01-15 14:51:22 -08:00
2015-09-21 10:02:14 -07:00
2016-02-17 12:34:35 -08:00
2013-12-20 08:49:17 -08:00