CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/06/29 05:22:10
Modified files: sys/netinet6 : ip6_input.c Log message: Pass down the pointer to mbuf pointer into ip6_hbhchcheck(). This allows to set the mbuf to NULL and keep it consistent in the caller, instead of having dangling pointer after free. OK sashan@