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

Ralf Habacker ralf.habacker at freenet.de
Fri Dec 5 07:33:23 UTC 2014


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

--- Comment #9 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 080be24977873d6901ef70bfbe3c4e84eb01b370 by Ralf Habacker.
Committed on 05/12/2014 at 07:28.
Pushed by habacker into branch 'master'.

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/080be24977873d6901ef70bfbe3c4e84eb01b370

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


More information about the umbrello-devel mailing list