Don't use listen socket's route cache, it is not MPSAFE currently. This could
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 30 Oct 2008 10:50:18 +0000 (10:50 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 30 Oct 2008 10:50:18 +0000 (10:50 +0000)
commit5a0e5b4389c6518c9507b999d182f11e93e9e267
tree224e09bf0b13bd493cffc67a3a2a66f4029a73af
parent75f9bffc8ffec0312475b333cbf00f4c2605a89e
Don't use listen socket's route cache, it is not MPSAFE currently.  This could
happen if a listen socket received TCP segment with invalid flags combination.
sys/netinet/tcp_subr.c