2 new defect(s) introduced to LibreOffice found with Coverity Scan.
5 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 2 of 2 defect(s)
** CID 1455691: Null pointer dereferences (REVERSE_INULL)
/sw/source/uibase/shells/drwtxtex.cxx: 660 in
SwDrawTextShell::Execute(SfxRequest &)()
_____________________________________________________________________
___________________________________
*** CID 1455691: Null pointer dereferences (REVERSE_INULL)
/sw/source/uibase/shells/drwtxtex.cxx: 660 in
SwDrawTextShell::Execute(SfxRequest &)()
654 return;
655 }
656
657 std::unique_ptr<SfxItemSet> pNewArgs = pNewAttrs-
Clone();
658 lcl_convertStringArguments(nSlot, pNewArgs);
659
CID 1455691: Null pointer dereferences (REVERSE_INULL)
Null-checking "pNewAttrs" suggests that it may be null, but
it has already been dereferenced on all paths leading to the
check.
660 if(nEEWhich && pNewAttrs)
661 {
662 std::unique_ptr<SfxPoolItem> pNewItem(pNewArgs-
Get(nWhich).CloneSetWhich(nEEWhich));
663 pNewArgs->Put(*pNewItem);
664 }
665
** CID 1455690: (FORWARD_NULL)
/sw/source/uibase/shells/drwtxtex.cxx: 657 in
SwDrawTextShell::Execute(SfxRequest &)()
/sw/source/uibase/shells/drwtxtex.cxx: 657 in
SwDrawTextShell::Execute(SfxRequest &)()
/sw/source/uibase/shells/drwtxtex.cxx: 657 in
SwDrawTextShell::Execute(SfxRequest &)()
_____________________________________________________________________
___________________________________
*** CID 1455690: (FORWARD_NULL)
/sw/source/uibase/shells/drwtxtex.cxx: 657 in
SwDrawTextShell::Execute(SfxRequest &)()
651
652 default:
653 assert(false && "wrong dispatcher");
654 return;
655 }
656
CID 1455690: (FORWARD_NULL)
Passing null pointer "pNewAttrs" to "Clone", which
dereferences it. (The dereference happens because this is a
virtual function call.)
657 std::unique_ptr<SfxItemSet> pNewArgs = pNewAttrs-
Clone();
658 lcl_convertStringArguments(nSlot, pNewArgs);
659
660 if(nEEWhich && pNewAttrs)
661 {
662 std::unique_ptr<SfxPoolItem> pNewItem(pNewArgs-
Get(nWhich).CloneSetWhich(nEEWhich));
/sw/source/uibase/shells/drwtxtex.cxx: 657 in
SwDrawTextShell::Execute(SfxRequest &)()
651
652 default:
653 assert(false && "wrong dispatcher");
654 return;
655 }
656
CID 1455690: (FORWARD_NULL)
Passing null pointer "pNewAttrs" to "Clone", which
dereferences it. (The dereference happens because this is a
virtual function call.)
657 std::unique_ptr<SfxItemSet> pNewArgs = pNewAttrs-
Clone();
658 lcl_convertStringArguments(nSlot, pNewArgs);
659
660 if(nEEWhich && pNewAttrs)
661 {
662 std::unique_ptr<SfxPoolItem> pNewItem(pNewArgs-
Get(nWhich).CloneSetWhich(nEEWhich));
/sw/source/uibase/shells/drwtxtex.cxx: 657 in
SwDrawTextShell::Execute(SfxRequest &)()
651
652 default:
653 assert(false && "wrong dispatcher");
654 return;
655 }
656
CID 1455690: (FORWARD_NULL)
Passing null pointer "pNewAttrs" to "Clone", which
dereferences it. (The dereference happens because this is a
virtual function call.)
657 std::unique_ptr<SfxItemSet> pNewArgs = pNewAttrs-
Clone();
658 lcl_convertStringArguments(nSlot, pNewArgs);
659
660 if(nEEWhich && pNewAttrs)
661 {
662 std::unique_ptr<SfxPoolItem> pNewItem(pNewArgs-
Get(nWhich).CloneSetWhich(nEEWhich));
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.