<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-forward-container">FYI</div>
<div class="moz-forward-container"><br>
</div>
<div class="moz-forward-container">-------- Forwarded Message
--------
<table class="moz-email-headers-table" cellspacing="0"
cellpadding="0" border="0">
<tbody>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">Subject:
</th>
<td>New Defects reported by Coverity Scan for Konsole</td>
</tr>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">Date: </th>
<td>Sun, 25 Aug 2019 23:31:43 +0000 (UTC)</td>
</tr>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">From: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:scan-admin@coverity.com">scan-admin@coverity.com</a></td>
</tr>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">To: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:kurt.hindenburg@gmail.com">kurt.hindenburg@gmail.com</a></td>
</tr>
</tbody>
</table>
<br>
<br>
Hi,<br>
<br>
Please find the latest report on new defect(s) introduced to
Konsole found with Coverity Scan.<br>
<br>
2 new defect(s) introduced to Konsole found with Coverity Scan.<br>
2 defect(s), reported by Coverity Scan earlier, were marked fixed
in the recent build analyzed by Coverity Scan.<br>
<br>
New defect(s) Reported-by: Coverity Scan<br>
Showing 2 of 2 defect(s)<br>
<br>
<br>
** CID 248004: Uninitialized members (UNINIT_CTOR)<br>
/zpool/projects/Devel/KDE/src/konsole/src/ColorScheme.cpp: 209 in
Konsole::ColorScheme::ColorScheme(const
Konsole::ColorScheme&)()<br>
<br>
<br>
________________________________________________________________________________________________________<br>
*** CID 248004: Uninitialized members (UNINIT_CTOR)<br>
/zpool/projects/Devel/KDE/src/konsole/src/ColorScheme.cpp: 209 in
Konsole::ColorScheme::ColorScheme(const
Konsole::ColorScheme&)()<br>
203 if (other._randomTable != nullptr) {<br>
204 for (int i = 0; i < TABLE_COLORS; i++) {<br>
205 const RandomizationRange &range = other._randomTable[i];<br>
206 setRandomizationRange(i, range.hue, range.saturation,
range.lightness);<br>
207 }<br>
208 }<br>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"> CID 248004: Uninitialized members
(UNINIT_CTOR)<br>
Non-static class member "_colorRandomization" is not
initialized in this constructor nor in any functions that it
calls.<br>
</blockquote>
</blockquote>
</blockquote>
209 }<br>
210 211 ColorScheme::~ColorScheme()<br>
212 {<br>
213 delete[] _table;<br>
214 delete[] _randomTable;<br>
<br>
** CID 248003: Uninitialized members (UNINIT_CTOR)<br>
/zpool/projects/Devel/KDE/src/konsole/src/ColorScheme.cpp: 183 in
Konsole::ColorScheme::ColorScheme()()<br>
<br>
<br>
________________________________________________________________________________________________________<br>
*** CID 248003: Uninitialized members (UNINIT_CTOR)<br>
/zpool/projects/Devel/KDE/src/konsole/src/ColorScheme.cpp: 183 in
Konsole::ColorScheme::ColorScheme()()<br>
177 _randomTable(nullptr),<br>
178 _opacity(1.0),<br>
179 _blur(false),<br>
180 _wallpaper(nullptr)<br>
181 {<br>
182 setWallpaper(QString());<br>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"> CID 248003: Uninitialized members
(UNINIT_CTOR)<br>
Non-static class member "_colorRandomization" is not
initialized in this constructor nor in any functions that it
calls.<br>
</blockquote>
</blockquote>
</blockquote>
183 }<br>
184 185 ColorScheme::ColorScheme(const ColorScheme &other) :<br>
186 _description(QString()),<br>
187 _name(QString()),<br>
188 _table(nullptr),<br>
<br>
<br>
<br>
</div>
</body>
</html>