Page MenuHomeFreeBSD

if_vxlan(4): Move the allocating of statistics counters below if_alloc()
ClosedPublic

Authored by zlei on Jul 14 2024, 3:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 5 2024, 5:29 AM
Unknown Object (File)
Oct 5 2024, 5:23 AM
Unknown Object (File)
Oct 5 2024, 3:20 AM
Unknown Object (File)
Sep 27 2024, 12:51 AM
Unknown Object (File)
Sep 24 2024, 4:52 AM
Unknown Object (File)
Sep 21 2024, 7:07 PM
Unknown Object (File)
Sep 20 2024, 1:50 AM
Unknown Object (File)
Sep 19 2024, 12:34 PM
Subscribers

Details

Summary

The MFS of the fix [1] is done but the prerequisite [2] has not been
MFCed to stable/13 branch yet. This result in another potential leak
condition in stable/13 branch. Well if_alloc(IFT_ETHER) shall not
fail, but just in case.

This is direct commit to stable/13.

  1. e729e750806d if_vxlan(4): Plug a memory leak
  2. 4787572d0580 ifnet: make if_alloc_domain() never fail

Fixes: 12bd1341d2aa if_vxlan(4): Plug a memory leak

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable