CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/11 20:02:55
Modified files:
sys/net : if_tpmr.c
Log message:
pf_test can return PF_PASS, but set the mbuf to NULL.
check for this like every other caller to pf_test so we don't go
on to pass NULL to m_prepend. that causes a fault.
chris@ gave me an excellent bug report. -msave-args is pretty great.
