Page MenuHomeFreeBSD

mroute: fix race condition during mrouter shutting down
ClosedPublic

Authored by wma on Apr 23 2021, 11:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 22, 3:45 PM
Unknown Object (File)
Tue, Apr 22, 3:37 PM
Unknown Object (File)
Tue, Apr 22, 2:51 PM
Unknown Object (File)
Tue, Apr 22, 2:30 PM
Unknown Object (File)
Tue, Apr 22, 2:03 PM
Unknown Object (File)
Tue, Apr 22, 1:41 PM
Unknown Object (File)
Tue, Apr 22, 1:09 PM
Unknown Object (File)
Mar 25 2025, 12:57 PM
Subscribers

Details

Summary

There is a race condition between V_ip_mrouter de-init

and ip_mforward handling. It might happen that mrouted
is cleaned up after V_ip_mrouter check and before
processing packet in ip_mforward.
Use epoch call aproach, similar to IPSec which also handles
such case.

Diff Detail

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