commit | 90c7881ecee1f08e0a49172cf61371cf2509ee4a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Feb 26 19:15:02 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 27 13:10:35 2013 -0500 |
tree | c2caac0d94e2d4d75090947c2e45be0e359adb65 | |
parent | e70ab977991964a5a7ad1182799451d067e62669 [diff] |
irda: small read beyond end of array in debug code charset comes from skb->data. It's a number in the 0-255 range. If we have debugging turned on then this could cause a read beyond the end of the array. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>