[mythtv-commits] Ticket #11629: Patch to initialize member variables in MythSystemLegacyUnix ctor - fixes Coverity 1028697
MythTV
noreply at mythtv.org
Thu Jun 27 20:54:13 UTC 2013
#11629: Patch to initialize member variables in MythSystemLegacyUnix ctor - fixes
Coverity 1028697
-------------------------------+-------------------------------------
Reporter: gary.buhrmaster@… | Type: Patch - Bug Fix
Status: new | Priority: minor
Milestone: unknown | Component: MythTV - MythSystem
Version: Master Head | Severity: medium
Keywords: | Ticket locked: 0
-------------------------------+-------------------------------------
Static analysis detected that some member variables were not being
initialized in the ctor. They were being initialized in the Fork method
(later). To make static analysis happy, and avoid future errors,
initialize them.
Fixes coverity 1028697
github ref:
https://github.com/garybuhrmaster/mythtv/commit/4dc18c79d3d3b1885b251318f404473c5e691c2a
github git-am ref:
https://github.com/garybuhrmaster/mythtv/commit/4dc18c79d3d3b1885b251318f404473c5e691c2a.patch
--
Ticket URL: <http://code.mythtv.org/trac/ticket/11629>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list