Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Should address this issue: ** CID 1566843: Uninitialized variables (UNINIT) /bgpd/bgp_route.c: 6754 in bgp_static_set() 6748 bgp_static->backdoor = backdoor; 6749 bgp_static->valid = 0; 6750 bgp_static->igpmetric = 0; 6751 bgp_static->igpnexthop.s_addr = INADDR_ANY; 6752 bgp_static->label_index = label_index; 6753 bgp_static->label = label; >>> CID 1566843: Uninitialized variables (UNINIT) >>> Using uninitialized value prd. 6754 bgp_static->prd = prd; 6755 6756 if (rmap) { 6757 XFREE(MTYPE_ROUTE_MAP_NAME, 6758 bgp_static->rmap.name); 6759 route_map_counter_decrement( Testing Done: build Ticket: #NA Signed-off-by: Rajesh Varatharaj <[email protected]>
- Loading branch information