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 403592: Memory - illegal accesses (USE_AFTER_FREE) /src/qemu/qemu_process.c: 438 in qemuProcessHandleReset() ________________________________________________________________________________________________________ *** CID 403592: Memory - illegal accesses (USE_AFTER_FREE) /src/qemu/qemu_process.c: 438 in qemuProcessHandleReset() 432 qemuDomainSetFakeReboot(vm, false); 433 qemuDomainSaveStatus(vm); 434 435 qemuProcessEventSubmit(vm, QEMU_PROCESS_EVENT_RESET, 0, 0, NULL); 436 437 unlock:
CID 403592: Memory - illegal accesses (USE_AFTER_FREE) Calling "virObjectUnlock" dereferences freed pointer "vm". (The dereference is assumed on the basis of the "nonnull" parameter attribute.)
438 virObjectUnlock(vm); 439 virObjectEventStateQueue(driver->domainEventState, event); 440 } 441 442 443 /*
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0...
participants (1)
-
scan-admin@coverity.com