CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/01 13:06:59
Modified files:
sys/net : if_wg.c
Log message:
Fix a leak due to a missing free on m_defrag(m, M_NOWAIT) failure.
Reported by Maxime Villard, fix from Matt Dunwoodie after feeedback from
claudio who is fine with either of the two suggested fixes going in.
