CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/04 10:11:13
Modified files:
sys/netinet : ip_mroute.c
sys/netinet6 : ip6_mroute.c
Log message:
Add missing NULL check for the protocol control block (pcb) pointer in
mrt{6,}_ioctl. Calling shutdown(2) on the socket prior to the ioctl
command can cause it to be NULL.
ok bluhm@ claudio@
Reported-by: [email protected]
Reported-by: [email protected]
