[mythtv-commits] mythtv branch master updated by paulh. v0.27-pre2-1834-gda576a1

Git Repo Owner noreply at mythtv.org
Sun Jul 14 18:37:38 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  da576a1a9e0eb3d55da7e779349f35c68e9d58ae (commit)
      from  c167ae412579ce96bcb59c17c788f6da3fb82113 (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 da576a1a9e0eb3d55da7e779349f35c68e9d58ae
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Sun, 14 Jul 2013 19:37:22 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Sun, 14 Jul 2013 19:37:22 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=da576a1a9e0eb3d55da7e779349f35c68e9d58ae

Initialize m_parent in SocketRequestHandler ctor
Static analysis detected that the member variable
was not initialized in the ctor.  While a cursory
review of the derived classes show that it would
be initialized when appropriate, initialize it to
NULL in the ctor to make static analysis happy.

Fixes Coverity 700891

Fixes 11676.

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



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

Summary of changes:
 .../libs/libmythprotoserver/socketrequesthandler.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list