Revision 0d63c27d9e879a0b54eb405636d60ab12040ca46 authored by Dan Carpenter on 29 August 2013, 08:47:00 UTC, committed by David S. Miller on 30 August 2013, 21:52:44 UTC
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>
1 parent 702821f
History
File Mode Size
.gitignore -rw-r--r-- 12 bytes
Makefile -rw-r--r-- 257 bytes
align.c -rw-r--r-- 11.7 KB
asm-offsets.c -rw-r--r-- 80 bytes
entry.S -rw-r--r-- 12.7 KB
head.S -rw-r--r-- 5.8 KB
irq.c -rw-r--r-- 990 bytes
m32r_ksyms.c -rw-r--r-- 2.0 KB
module.c -rw-r--r-- 6.2 KB
process.c -rw-r--r-- 3.9 KB
ptrace.c -rw-r--r-- 15.2 KB
setup.c -rw-r--r-- 10.1 KB
signal.c -rw-r--r-- 7.7 KB
smp.c -rw-r--r-- 23.2 KB
smpboot.c -rw-r--r-- 15.8 KB
sys_m32r.c -rw-r--r-- 1.9 KB
syscall_table.S -rw-r--r-- 9.4 KB
time.c -rw-r--r-- 4.9 KB
traps.c -rw-r--r-- 7.9 KB
vmlinux.lds.S -rw-r--r-- 1.5 KB

back to top