[umbrello] [Bug 340646] Fix issues reported by Coverity scan
Ralf Habacker
bugzilla_noreply at kde.org
Wed Jan 4 10:48:53 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=340646
--- Comment #111 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit daeff480d3c99a1553f942dee85a453d39a3e707 by Ralf Habacker.
Committed on 04/01/2017 at 10:48.
Pushed by habacker into branch 'Applications/16.12'.
Fix coverity CID 88350: Unchecked dynamic_cast (FORWARD_NULL)
Passing null pointer classifier to writeUse, which dereferences it.
M +6 -2 umbrello/codegenerators/tcl/tclwriter.cpp
https://commits.kde.org/umbrello/daeff480d3c99a1553f942dee85a453d39a3e707
--- Comment #110 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 15cb4ee3af4f9a374885afcadba7328c581a6bc6 by Ralf Habacker.
Committed on 04/01/2017 at 10:48.
Pushed by habacker into branch 'Applications/16.12'.
Fix coverity CID 88471: Dereference before null check (REVERSE_INULL)
Null-checking at suggests that it may be null, but it has already been
dereferenced on all paths leading to the check.
M +1 -1 umbrello/codegenerators/ada/adawriter.cpp
https://commits.kde.org/umbrello/15cb4ee3af4f9a374885afcadba7328c581a6bc6
--- Comment #109 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit e6918655c114abd6f092a762b58173461638f7d1 by Ralf Habacker.
Committed on 04/01/2017 at 10:48.
Pushed by habacker into branch 'Applications/16.12'.
Fix coverity CID 173731: Explicit null dereferenced (FORWARD_NULL)
Passing null pointer parent to parseOperation, which dereferences it.
M +1 -1 umbrello/model_utils.cpp
https://commits.kde.org/umbrello/e6918655c114abd6f092a762b58173461638f7d1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list