CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/05 15:16:52
Modified files:
sys/netinet : raw_ip.c udp_usrreq.c
sys/netinet6 : raw_ip6.c
Log message:
It was possible to leak the control mbuf in raw ip user request
with sendmsg(2) and MSG_OOB. Sync the code in udp, rip, and
rip6_usrreq. Add an inp NULL check in rip6_usrreq for consistency.
OK benno@ mpi@
