Author :
bluhm
Date :
2022-06-29 22:45:24
Hash :80467c39 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@