New Defects reported by Coverity Scan for freerangerouting/frr
scan-admin at coverity.com
scan-admin at coverity.com
Mon Jan 20 13:06:19 UTC 2025
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.
1 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 1 of 1 defect(s)
** CID 1620101: (USE_AFTER_FREE)
/lib/northbound_notif.c: 585 in timer_walk_continue()
/lib/northbound_notif.c: 585 in timer_walk_continue()
________________________________________________________________________________________________________
*** CID 1620101: (USE_AFTER_FREE)
/lib/northbound_notif.c: 585 in timer_walk_continue()
579 const char *path;
580 int ret;
581
582 /*
583 * Notify about deletes until we have add changes to collect.
584 */
>>> CID 1620101: (USE_AFTER_FREE)
>>> Dereferencing freed pointer "group".
585 while (group->cur_changes == &group->dels) {
586 ret = nb_notify_delete_changes(args);
587 if (ret) {
588 timer_walk_abort(args);
589 return;
590 }
/lib/northbound_notif.c: 585 in timer_walk_continue()
579 const char *path;
580 int ret;
581
582 /*
583 * Notify about deletes until we have add changes to collect.
584 */
>>> CID 1620101: (USE_AFTER_FREE)
>>> Dereferencing freed pointer "group".
585 while (group->cur_changes == &group->dels) {
586 ret = nb_notify_delete_changes(args);
587 if (ret) {
588 timer_walk_abort(args);
589 return;
590 }
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/freerangerouting-frr?tab=overview
More information about the dev
mailing list