]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: Fix use after free of router in OSPFv3 ABR route calculation. 18265/head
authorAcee Lindem <acee@lindem.com>
Mon, 24 Feb 2025 21:44:32 +0000 (21:44 +0000)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 26 Feb 2025 17:48:46 +0000 (17:48 +0000)
commit2a22f2cd8cb8e27f15e8edd5f7dde4349a2970b4
tree2f8a8bc4fd2a9bdf3250c979f90dfb94fb670a7a
parent5bbf45dc563af058ed642007816021cc0dbb4485
ospf6d: Fix use after free of router in OSPFv3 ABR route calculation.

This PR fixes FRR issue https://github.com/FRRouting/frr/issues/18040. The
OSPFv3 route is locked during the ABR calculation since there are
scenarios under which it is freed. The OSPFv3 ABR computation is
sub-optimal and this PR doesn't attempt to rework it.

Signed-off-by: Acee Lindem <acee@lindem.com>
(cherry picked from commit 06af50eacec8660fada0d4fd5cd11f0ade4e3c6c)
ospf6d/ospf6_intra.c