commit | 0d63c27d9e879a0b54eb405636d60ab12040ca46 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Aug 29 11:47:00 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 30 17:52:44 2013 -0400 |
tree | dd6f8abace89f2bd7b4c0bf988439eccc3956691 | |
parent | 702821f4ea6f68db18aa1de7d8ed62c6ba586a64 [diff] |
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>