https://github.com/torvalds/linux
Revision 8f659a03a0ba9289b9aeb9b4470e6fb263d6f483 authored by Mohamed Ghannam on 10 December 2017, 03:50:58 UTC, committed by David S. Miller on 11 December 2017, 19:05:31 UTC
inet->hdrincl is racy, and could lead to uninitialized stack pointer
usage, so its value should be read only once.

Fixes: c008ba5bdc9f ("ipv4: Avoid reading user iov twice after raw_probe_proto_opt")
Signed-off-by: Mohamed Ghannam <simo.ghannam@gmail.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 93c6476
History
Tip revision: 8f659a03a0ba9289b9aeb9b4470e6fb263d6f483 authored by Mohamed Ghannam on 10 December 2017, 03:50:58 UTC
net: ipv4: fix for a race condition in raw_sendmsg
Tip revision: 8f659a0
File Mode Size
Kconfig -rw-r--r-- 599 bytes
Makefile -rw-r--r-- 145 bytes
dir.c -rw-r--r-- 2.4 KB
efs.h -rw-r--r-- 3.8 KB
file.c -rw-r--r-- 1.2 KB
inode.c -rw-r--r-- 8.4 KB
namei.c -rw-r--r-- 2.7 KB
super.c -rw-r--r-- 8.2 KB
symlink.c -rw-r--r-- 1.2 KB

back to top