New Defects reported by Coverity Scan for freerangerouting/frr
scan-admin at coverity.com
scan-admin at coverity.com
Wed Dec 22 10:15:33 UTC 2021
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 1510459: Null pointer dereferences (NULL_RETURNS)
/ospf6d/ospf6_abr.c: 454 in ospf6_abr_originate_summary_to_area()
________________________________________________________________________________________________________
*** CID 1510459: Null pointer dereferences (NULL_RETURNS)
/ospf6d/ospf6_abr.c: 454 in ospf6_abr_originate_summary_to_area()
448 return 0;
449 }
450
451 /* Do not generate if area is NSSA */
452 route_area =
453 ospf6_area_lookup(route->path.area_id, area->ospf6);
>>> CID 1510459: Null pointer dereferences (NULL_RETURNS)
>>> Dereferencing "route_area", which is known to be "NULL".
454 if (IS_AREA_NSSA(route_area)) {
455 if (is_debug)
456 zlog_debug(
457 "%s: The route comes from NSSA area, skip",
458 __func__);
459 ospf6_abr_delete_route(summary, summary_table, old);
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yrtN2DGUU98GYhjd55wXsXtw53zRK70R0agdV-2Fb7c45-2BkxBoZjryQtr5SpUD80NNfE-3DTZ9r_O0IDF7c8sUs2B6kWTeWwAJZqriD5fgsfL8PAN30oQTzuwZiL5-2FALpFKH8eWg8vgMpDaMObfRjePpk8kwJlrfaynLp7g-2FQsGLCTloywqII4e4yFoQxzD2QEHcW4NCuyfpuulkbK-2BSGJ2WJQ38nSgptBipvpEgTINrI824rrnc1KiEgLaoHiW9anGb37qLtKXymiE9VQsdZHKvW-2FcscJlsdg-3D-3D
More information about the dev
mailing list