Opened 12 years ago
Closed 12 years ago
Last modified 12 years ago
#11629 closed Patch - Bug Fix (fixed)
Patch to initialize member variables in MythSystemLegacyUnix ctor - fixes Coverity 1028697
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - MythSystem | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 28020a10fdfa408ec6132f5be325ba2ad85b62d4/mythtv: