New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Sat Apr 18 08:26:18 PDT 2015
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.
4 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 1295034: Error handling issues (UNCAUGHT_EXCEPT)
/starmath/source/unofilter.cxx: 64 in MathTypeFilter::filter(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> &)()
________________________________________________________________________________________________________
*** CID 1295034: Error handling issues (UNCAUGHT_EXCEPT)
/starmath/source/unofilter.cxx: 64 in MathTypeFilter::filter(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> &)()
58 }
59
60 MathTypeFilter::~MathTypeFilter()
61 {
62 }
63
>>> CID 1295034: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::ucb::ContentCreationException" is thrown but the throw list "throw(com::sun::star::uno::RuntimeException, std::exception)" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
64 sal_Bool MathTypeFilter::filter(const uno::Sequence<beans::PropertyValue>& rDescriptor) throw(uno::RuntimeException, std::exception)
65 {
66 bool bSuccess = false;
67 utl::MediaDescriptor aMediaDesc(rDescriptor);
68 aMediaDesc.addInputStream();
69 uno::Reference<io::XInputStream> xInputStream;
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/211?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