Hi,
Please find the latest report on new defect(s) introduced to alfred found with Coverity Scan.
1 new defect(s) introduced to alfred found with Coverity Scan.
New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s)
** CID 244194: Null pointer dereferences (REVERSE_INULL) /vis/vis.c: 620 in register_interfaces()
________________________________________________________________________________________________________ *** CID 244194: Null pointer dereferences (REVERSE_INULL) /vis/vis.c: 620 in register_interfaces() 614 { 615 struct register_interfaces_rtnl_arg register_arg = { 616 .globals = globals, 617 }; 618 619 register_arg.ifindex = if_nametoindex(globals->interface);
CID 244194: Null pointer dereferences (REVERSE_INULL) Null-checking "globals->interface" suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
620 if (!globals->interface) 621 return EXIT_FAILURE; 622 623 624 query_rtnl_link(register_arg.ifindex, register_interfaces_rtnl_parse, 625 ®ister_arg);
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...
linux-merge@lists.open-mesh.org