]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339808: Prevent ip_input() from panicing due to unprotected access
authoreugen <eugen@FreeBSD.org>
Mon, 26 Nov 2018 12:41:49 +0000 (12:41 +0000)
committereugen <eugen@FreeBSD.org>
Mon, 26 Nov 2018 12:41:49 +0000 (12:41 +0000)
commit29cb171e49009c1678d3ef09c0aeceb51973c11e
tree48b687a2b1ed56650db0777c7830d8448fe6fc99
parentbe11481f936bd7b7344a3b4d92a8d8ea02aac6fe
MFC r339808: Prevent ip_input() from panicing due to unprotected access
to INADDR_HASH.

PR: 220078
Differential Revision: https://reviews.freebsd.org/D12457
Tested-by: Cassiano Peixoto and others
sys/netinet/ip_input.c