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
.gitignore -rw-r--r-- 44 bytes
Kconfig -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 4.1 KB
blacklist.c -rw-r--r-- 4.0 KB
blacklist.h -rw-r--r-- 83 bytes
blacklist_hashes.c -rw-r--r-- 166 bytes
blacklist_nohashes.c -rw-r--r-- 121 bytes
system_certificates.S -rw-r--r-- 956 bytes
system_keyring.c -rw-r--r-- 7.5 KB

back to top