New Defects reported by Coverity Scan for freerangerouting/frr
Hi, Please find the latest report on new defect(s) introduced to freerangerouting/frr found with Coverity Scan. 1 new defect(s) introduced to freerangerouting/frr found with Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 1455380: (NULL_RETURNS) /bgpd/bgp_route.c: 1279 in bgp_attr_add_gshut_community() /bgpd/bgp_route.c: 1279 in bgp_attr_add_gshut_community() ________________________________________________________________________________________________________ *** CID 1455380: (NULL_RETURNS) /bgpd/bgp_route.c: 1279 in bgp_attr_add_gshut_community() 1273 struct community *old; 1274 struct community *new; 1275 struct community *merge; 1276 struct community *gshut; 1277 1278 old = attr->community;
CID 1455380: (NULL_RETURNS) Assigning: "gshut" = null return value from "community_str2com".
1279 gshut = community_str2com("graceful-shutdown"); 1280 1281 if (old) { 1282 merge = community_merge(community_dup(old), gshut); 1283 1284 if (old->refcnt== 0) /bgpd/bgp_route.c: 1279 in bgp_attr_add_gshut_community() 1273 struct community *old; 1274 struct community *new; 1275 struct community *merge; 1276 struct community *gshut; 1277 1278 old = attr->community;
CID 1455380: (NULL_RETURNS) Assigning: "gshut" = null return value from "community_str2com".
1279 gshut = community_str2com("graceful-shutdown"); 1280 1281 if (old) { 1282 merge = community_merge(community_dup(old), gshut); 1283 1284 if (old->refcnt== 0)
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05... To manage Coverity Scan email notifications for "frr@lists.nox.tf", click https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...
participants (1)
-
scan-admin@coverity.com