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. 4 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 1505727: Error handling issues (CHECKED_RETURN) /lib/systemd.c: 69 in systemd_send_information() ________________________________________________________________________________________________________ *** CID 1505727: Error handling issues (CHECKED_RETURN) /lib/systemd.c: 69 in systemd_send_information() 63 64 /* linux abstract unix socket namespace */ 65 if (sun.sun_path[0] == '@') 66 sun.sun_path[0] = '\0'; 67 68 /* nothing we can do if this errors out... */
CID 1505727: Error handling issues (CHECKED_RETURN) Calling "sendto(sock, info, strlen(info), 0, __CONST_SOCKADDR_ARG({.__sockaddr__ = (struct sockaddr *)&sun}), 110U)" without checking return value. This library function may fail and return an error code.
69 sendto(sock, info, strlen(info), 0, (struct sockaddr *)&sun, 70 sizeof(sun)); 71 72 close(sock); 73 } 74
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0...