Hi,
Please find the latest report on new defect(s) introduced to batctl found with Coverity Scan.
1 new defect(s) introduced to batctl found with Coverity Scan.
New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s)
** CID 149305: Program hangs (INFINITE_LOOP) /genl.c: 129 in nl_get_multicast_id()
________________________________________________________________________________________________________ *** CID 149305: Program hangs (INFINITE_LOOP) /genl.c: 129 in nl_get_multicast_id() 123 ret = 1; 124 125 nl_cb_err(cb, NL_CB_CUSTOM, mcast_error_handler, &ret); 126 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, mcast_ack_handler, &ret); 127 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, mcast_family_handler, &grp); 128
CID 149305: Program hangs (INFINITE_LOOP) If "ret > 0" is initially true then it will remain true.
129 while (ret > 0) 130 nl_recvmsgs(sock, cb); 131 132 if (ret == 0) 133 ret = grp.id; 134 nla_put_failure:
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/batctl?tab=overview
To manage Coverity Scan email notifications for "linux-merge@lists.open-mesh.org", click https://scan.coverity.com/subscriptions/edit?email=linux-merge%40lists.open-...
linux-merge@lists.open-mesh.org