]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/rfapi/rfapi_rib.c
bgpd: agg_node_lookup not unlocking
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Feb 2020 13:45:36 +0000 (08:45 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 27 Feb 2020 14:41:58 +0000 (09:41 -0500)
commit94f7f37d54050719859078d98cc2aa7c94e0df40
tree9ef542552602ca37b19cdee0df7847a7b23284c2
parent8ba9026b954aa1e0f61e0a9a1145d87d9bbe5312
bgpd: agg_node_lookup not unlocking

SA has found a case where we did a table lookup of a rn( and
associated lock of that node ) where we did not unlock it.

Unlock the node before moving on to the next one.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/rfapi/rfapi_rib.c