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. 3 new defect(s) introduced to freerangerouting/frr found with Coverity Scan. 14 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 3 of 3 defect(s) ** CID 1452456: Memory - corruptions (OVERRUN) ________________________________________________________________________________________________________ *** CID 1452456: Memory - corruptions (OVERRUN) /ospfd/ospf_ri.c: 1484 in no_pce_cap_flag() 1478 "no pce flag", 1479 NO_STR 1480 PCE_STR 1481 "Disable PCE capabilities\n") 1482 { 1483
CID 1452456: Memory - corruptions (OVERRUN) Overrunning struct type tlv_header of 4 bytes by passing it to a function which accesses it at byte offset 4.
1484 unset_param(&OspfRI.pce_info.pce_cap_flag.header); 1485 1486 /* Refresh RI LSA if already engaged */ 1487 if (CHECK_FLAG(OspfRI.flags, RIFLG_LSA_ENGAGED)) 1488 ospf_router_info_lsa_schedule(REFRESH_THIS_LSA); 1489
** CID 1452455: Memory - corruptions (OVERRUN) ________________________________________________________________________________________________________ *** CID 1452455: Memory - corruptions (OVERRUN) /ospfd/ospf_ri.c: 1295 in no_pce_path_scope() 1289 NO_STR 1290 PCE_STR 1291 "Disable PCE path scope\n" 1292 "32-bit Hexadecimal value\n") 1293 { 1294
CID 1452455: Memory - corruptions (OVERRUN) Overrunning struct type tlv_header of 4 bytes by passing it to a function which accesses it at byte offset 4.
1295 unset_param(&OspfRI.pce_info.pce_address.header); 1296 1297 /* Refresh RI LSA if already engaged */ 1298 if (CHECK_FLAG(OspfRI.flags, RIFLG_LSA_ENGAGED)) 1299 ospf_router_info_lsa_schedule(REFRESH_THIS_LSA); 1300
** CID 1452454: Memory - corruptions (OVERRUN) ________________________________________________________________________________________________________ *** CID 1452454: Memory - corruptions (OVERRUN) /ospfd/ospf_ri.c: 1245 in no_pce_address() 1239 NO_STR 1240 PCE_STR 1241 "Disable PCE address\n" 1242 "PCE address in IPv4 address format\n") 1243 { 1244
CID 1452454: Memory - corruptions (OVERRUN) Overrunning struct type tlv_header of 4 bytes by passing it to a function which accesses it at byte offset 4.
1245 unset_param(&OspfRI.pce_info.pce_address.header); 1246 1247 /* Refresh RI LSA if already engaged */ 1248 if (CHECK_FLAG(OspfRI.flags, RIFLG_LSA_ENGAGED)) 1249 ospf_router_info_lsa_schedule(REFRESH_THIS_LSA); 1250
________________________________________________________________________________________________________ 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