New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Sun May 22 11:56:21 UTC 2016
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.
3 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 1362019: Uninitialized variables (UNINIT)
/vcl/source/opengl/OpenGLContext.cxx: 422 in OpenGLContext::generateWinData(vcl::Window *, bool)()
________________________________________________________________________________________________________
*** CID 1362019: Uninitialized variables (UNINIT)
/vcl/source/opengl/OpenGLContext.cxx: 422 in OpenGLContext::generateWinData(vcl::Window *, bool)()
416 }
417
418 SystemWindowData OpenGLContext::generateWinData(vcl::Window* /*pParent*/, bool /*bRequestLegacyContext*/)
419 {
420 SystemWindowData aWinData;
421 aWinData.nSize = sizeof(aWinData);
>>> CID 1362019: Uninitialized variables (UNINIT)
>>> Using uninitialized value "aWinData". Field "aWinData.pVisual" is uninitialized.
422 return aWinData;
423 }
424
425 bool OpenGLContext::isCurrent()
426 {
427 (void) this; // loplugin:staticmethods
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/libreoffice?tab=overview
To manage Coverity Scan email notifications for "libreoffice at lists.freedesktop.org", click https://scan.coverity.com/subscriptions/edit?email=libreoffice%40lists.freedesktop.org&token=d6481d718a775246b2340f282ebe5939
More information about the LibreOffice
mailing list