]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Ensure ibuf count is protected by mutex
authorDonald Sharp <sharpd@nvidia.com>
Wed, 15 Jan 2025 18:26:58 +0000 (13:26 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 17 Jan 2025 15:16:48 +0000 (10:16 -0500)
commitf94ad538cf93d2b18fa4181e8508f08f94f0a2cc
treee35d3de3f6205ed7cefd6649a4103961b2886bc8
parent4b967527376db4f08c50f9c32cc77556700d0eec
bgpd: Ensure ibuf count is protected by mutex

Grab the count of streams in ibuf when it is protected
by a mutex.  Since this data is written to it in another
pthread.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_fsm.c