CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/29 16:45:24
Modified files:
sys/netinet6 : dest6.c ip6_input.c ip6_output.c ip6_var.h
Log message:
Pass a pointer to mbuf pointer further down into ip6_process_hopopts()
and ip6_unknown_opt(). Instead of having dangling pointer in caller,
use m_freemp() to set mbuf to NULL.
OK sashan@
