]> git.baikalelectronics.ru Git - kernel.git/commit
mISDN: return -EINVAL on error in dsp_control_req()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 29 Aug 2013 08:47:00 +0000 (11:47 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2013 21:52:44 +0000 (17:52 -0400)
commitce1b11a35125d40bff83fbecf6621797b829d8a9
treedd6f8abace89f2bd7b4c0bf988439eccc3956691
parente08f073cb022418d9e4be685ebcce1e362e13a70
mISDN: return -EINVAL on error in dsp_control_req()

If skb->len is too short then we should return an error.  Otherwise we
read beyond the end of skb->data for several bytes.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/mISDN/dsp_core.c