Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan.
1 new defect(s) introduced to LibreOffice found with Coverity Scan. 7 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 1666589: API usage errors (LOCK) _____________________________________________________________________________________________ *** CID 1666589: API usage errors (LOCK) /vcl/source/filter/graphicfilter.cxx: 608 in GraphicFilter::ImportGraphics(std::vector<std::unique_ptr<SvStream, std::default_delete<SvStream>>, std::allocator<std::unique_ptr<SvStream, std::default_delete<SvStream>>>>)() 602 else 603 rContext.m_nStatus = ERRCODE_GRFILTER_FILTERERROR; 604 } 605 } 606 } 607 >>> CID 1666589: API usage errors (LOCK) >>> "waitUntilDone" waits while "rSharedPool.maMutex" is unlocked. 608 rSharedPool.waitUntilDone(pTag); 609 610 // Process data after import. 611 std::vector<Graphic> aGraphics; 612 aGraphics.reserve(aContexts.size()); 613 for (auto& rContext : aContexts) ________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/libreoffice?tab=overview
