[mythtv-firehose] mythtv branch master updated by paulh. v0.27-pre2-1801-g28020a1

Git Repo Owner noreply at mythtv.org
Sat Jul 13 18:19:41 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  28020a10fdfa408ec6132f5be325ba2ad85b62d4 (commit)
      from  447097d2ea86e71f6c415b417f497b701f15fa52 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 28020a10fdfa408ec6132f5be325ba2ad85b62d4
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Sat, 13 Jul 2013 19:19:14 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Sat, 13 Jul 2013 19:19:14 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=28020a10fdfa408ec6132f5be325ba2ad85b62d4

Initialize member variables in MythSystemLegacyUnix ctor
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

Fixes #11629

Signed-off-by: Paul Harrison <pharrison at mythtv.org>



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythbase/mythsystemunix.cpp |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-firehose mailing list