]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix potential deadlock
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 1 Dec 2017 18:41:27 +0000 (13:41 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 1 Dec 2017 18:41:27 +0000 (13:41 -0500)
commit8ec586b01b2ca2165f845c9c9d6192348713ebf1
treea2f9a10bb06b077bd61d12bd0d432221c871e469
parent493472ba8ecb44f21bc9cd85c1307262648d5bc3
bgpd: fix potential deadlock

With the way things are set up, this bit of code would never actually
cause a deadlock, but would be highly likely in the future.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_packet.c