Revision 3a867b36c3234673e61f883ebc11ad18f80a176f authored by Ralf Baechle on 05 October 2005, 19:16:04 UTC, committed by David S. Miller on 05 October 2005, 19:16:04 UTC
Since changeset 98a82febb6340466824c3a453738d4fbd05db81a AX.25 is passing
received IP and ARP packets to the stack through netif_rx() but we don't
set the skb->mac.raw to right value which may result in a crash with
applications that use a packet socket.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 77d8d7a
History
File Mode Size
Makefile -rw-r--r-- 237 bytes
compat.c -rw-r--r-- 17.3 KB
compat_mq.c -rw-r--r-- 4.0 KB
mqueue.c -rw-r--r-- 29.1 KB
msg.c -rw-r--r-- 18.3 KB
msgutil.c -rw-r--r-- 2.4 KB
sem.c -rw-r--r-- 32.8 KB
shm.c -rw-r--r-- 20.7 KB
util.c -rw-r--r-- 16.7 KB
util.h -rw-r--r-- 2.6 KB

back to top