]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_attr_evpn.h
bgpd: Fixing memcmp to avoid coverity issue
authorIqra Siddiqui <imujeebsiddi@vmware.com>
Tue, 18 Jan 2022 08:36:13 +0000 (00:36 -0800)
committerIqra Siddiqui <imujeebsiddi@vmware.com>
Tue, 1 Feb 2022 05:50:50 +0000 (21:50 -0800)
commit761cc919fae515e8f8046e5e31558f6208f65a21
treec20fe532ef528cf8cd819551da88cbf2bdaac93c
parentff8b960c1c75da154b1b77e639926294a2d45ff9
bgpd: Fixing memcmp to avoid coverity issue

Description:
Replacing memcmp at certain places,
to avoid the coverity issues caused by it.

Co-authored-by: Kantesh Mundargi <kmundaragi@vmware.com>
Signed-off-by: Iqra Siddiqui <imujeebsiddi@vmware.com>
bgpd/bgp_attr.c
bgpd/bgp_attr_evpn.c
bgpd/bgp_attr_evpn.h
bgpd/bgp_evpn.c