https://github.com/torvalds/linux
Revision 9ed33805cdf81eadcc6ef54a81a8448e80e19f54 authored by David S. Miller on 23 November 2017, 18:37:03 UTC, committed by David S. Miller on 23 November 2017, 18:37:03 UTC
Gao Feng says:

====================
ipvlan: Fix insufficient skb linear check

The current ipvlan codes use pskb_may_pull to get the skb linear header in
func ipvlan_get_L3_hdr, but the size isn't enough for arp and ipv6 icmp.
So it may access the unexpected momory in ipvlan_addr_lookup.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s f9094b7 + 747a713
History
Tip revision: 9ed33805cdf81eadcc6ef54a81a8448e80e19f54 authored by David S. Miller on 23 November 2017, 18:37:03 UTC
Merge branch 'ipvlan-Fix-insufficient-skb-linear-check'
Tip revision: 9ed3380
File Mode Size
Documentation
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.4 KB
.mailmap -rw-r--r-- 8.8 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 96.2 KB
Kbuild -rw-r--r-- 2.2 KB
Kconfig -rw-r--r-- 287 bytes
MAINTAINERS -rw-r--r-- 425.7 KB
Makefile -rw-r--r-- 58.2 KB
README -rw-r--r-- 722 bytes

README

back to top