CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/18 08:52:52
Modified files:
sys/netinet : tcp_usrreq.c
Log message:
Refuse to set 0 or a negative value for net.inet.tcp.synbucketlimit.
Prevent a panic in syn_cache_insert() found by syzbot.
Reported-by: [email protected]
ok sashan@, anton@, millert@
