[umbrello-devel] [umbrello] [Bug 340646] Fix issues reported by Coverity scan

Ralf Habacker ralf.habacker at freenet.de
Tue Dec 9 06:00:18 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=340646

--- Comment #10 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 48f3c49d3a5f39d8cf49bdcf0dc6856ab52872ca by Ralf Habacker.
Committed on 05/12/2014 at 07:28.
Pushed by habacker into branch 'work/73847'.

Coverity check on master at bd16929, CID 71489: Uninitialized pointer field
(UNINIT_CTOR).

DialogBase class member m_fontChooser, m_pStylePage and m_pageItem has not been
initialised in the constructor. Also prevent zero pointer access to
m_fontChooser
and m_pStylePage caused by code design issues. Remove obsolate, not initialised
m_pStylePage class members in derived classes.

M  +0    -1    umbrello/dialogs/associationpropertiesdialog.h
M  +0    -1    umbrello/dialogs/classpropertiesdialog.cpp
M  +0    -1    umbrello/dialogs/classpropertiesdialog.h
M  +6    -1    umbrello/dialogs/dialogbase.cpp
M  +0    -1    umbrello/dialogs/umlviewdialog.h

http://commits.kde.org/umbrello/48f3c49d3a5f39d8cf49bdcf0dc6856ab52872ca

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list