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 1600779: Null pointer dereferences (FORWARD_NULL) /bgpd/bgp_bmp.c: 506 in bmp_peerstate() ________________________________________________________________________________________________________ *** CID 1600779: Null pointer dereferences (FORWARD_NULL) /bgpd/bgp_bmp.c: 506 in bmp_peerstate() 500 stream_put_in_addr(s, &peer->su_local->sin.sin_addr); 501 } 502 503 /* Local Port, Remote Port */ 504 if (is_locrib) 505 stream_putw(s, 0);
CID 1600779: Null pointer dereferences (FORWARD_NULL) Dereferencing null pointer "peer->su_local".
506 else if (peer->su_local->sa.sa_family == AF_INET6) 507 stream_putw(s, htons(peer->su_local->sin6.sin6_port)); 508 else if (peer->su_local->sa.sa_family == AF_INET) 509 stream_putw(s, htons(peer->su_local->sin.sin_port)); 510 511 if (is_locrib)
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2B...