]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Prevent ip_input() from panicing due to unprotected access to INADDR_HASH.
authoreugen <eugen@FreeBSD.org>
Sat, 27 Oct 2018 04:59:35 +0000 (04:59 +0000)
committereugen <eugen@FreeBSD.org>
Sat, 27 Oct 2018 04:59:35 +0000 (04:59 +0000)
commit07121b9ff8c70e1dd31cb60abca43e69057af1d6
treeeaebb50ea846f188e7cbd03ac139dd38927e8f19
parent78f0bffe824c20cc5d7abdab245841e64c7321f2
Prevent ip_input() from panicing due to unprotected access to INADDR_HASH.

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