Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


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.
63 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 1452040:  Error handling issues  (CHECKED_RETURN)
/xmloff/source/text/txtfldi.cxx: 3475 in XMLAnnotationImportContext::PrepareField(const 
com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> &)()


________________________________________________________________________________________________________
*** CID 1452040:  Error handling issues  (CHECKED_RETURN)
/xmloff/source/text/txtfldi.cxx: 3475 in XMLAnnotationImportContext::PrepareField(const 
com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> &)()
3469         // import (possibly empty) initials
3470         OUString sInitials( aInitialsBuffer.makeStringAndClear() );
3471         xPropertySet->setPropertyValue("Initials", makeAny(sInitials));
3472     
3473         //import resolved flag
3474         bool bTmp(false);
    CID 1452040:  Error handling issues  (CHECKED_RETURN)
    Calling "convertBool" without checking return value (as is done elsewhere 73 out of 79 
times).
3475         ::sax::Converter::convertBool(bTmp, aResolved);
3476         xPropertySet->setPropertyValue("Resolved", makeAny(bTmp));
3477     
3478         util::DateTime aDateTime;
3479         if (::sax::Converter::parseDateTime(aDateTime,
3480                                                 aDateBuffer.makeStringAndClear()))


________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, 
https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05UPxvVjWch-2Bd2MGckcRZBnDJeNb0HijxaS4JNJPxk3kpyAm2AYqo71yXmnOxB73RtgzoPcQtNNP5dkHLuV1E-3D_g-2BrHdvqzaBa155F-2F8AmPhpJzY63UzWDisJV95WUBpGhqFw1ICExHG8aMaV2EoFpyG0HHZhxNA2-2FRDcxiubLh1mL52tzYJxLZcxD76DXXa8Quj-2F7iOVFX29AUPRp-2FztqbCl-2BrwURdaa7DAmJDf3cCizIlw8KaMf2g3q1VtTPRwJ4xCovkyzEek97e-2BjbA1wohTQvdnEPURchWagUXZd0J9ovfqp-2BZO9C11r1Chh9LZjg-3D


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.