New Defects reported by Coverity Scan for libvirt

Hi, Please find the latest report on new defect(s) introduced to libvirt found with Coverity Scan. 1 new defect(s) introduced to libvirt found with Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 416608: Control flow issues (UNREACHABLE) /src/util/virfile.c: 191 in virCloseRangeImpl() ________________________________________________________________________________________________________ *** CID 416608: Control flow issues (UNREACHABLE) /src/util/virfile.c: 191 in virCloseRangeImpl() 185 unsigned int last G_GNUC_UNUSED) 186 { 187 #if defined(WITH_SYS_SYSCALL_H) && defined(__NR_close_range) 188 return syscall(__NR_close_range, first, last, 0); 189 #endif 190
CID 416608: Control flow issues (UNREACHABLE) This code cannot be reached: "*__errno_location() = 38;".
191 errno = ENOSYS; 192 return -1; 193 } 194 195 196 static void
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0...
participants (1)
-
scan-admin@coverity.com