]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Ensure peer data structure is accessed only when BGPD is not terminating
authorNaveen Thanikachalam <nthanikachal@vmware.com>
Mon, 4 Feb 2019 14:26:01 +0000 (06:26 -0800)
committerIqra Siddiqui <imujeebsiddi@vmware.com>
Wed, 28 Jun 2023 07:27:44 +0000 (00:27 -0700)
commit7e28578bb69c0ad11c65126b984fd9a26b675956
tree497682016175ef39447ccf5edb3105f63b72154f
parent07a2b9d41ee07f845121c117e2ba8586944371f6
bgpd: Ensure peer data structure is accessed only when BGPD is not terminating

With these changes,
the code ensures that the peer data-structures are accessed
only after it knows that BGPD is not terminating.

Authored-by: Naveen Thanikachalam <nthanikachal@vmware.com>
Signed-off-by: Iqra Siddiqui <imujeebsiddi@vmware.com>
bgpd/bgp_io.c