[mythtv-commits] mythtv branch master updated by paulh. v0.27-pre2-1646-gb37d3cf

Git Repo Owner noreply at mythtv.org
Mon Jul 1 18:18:21 UTC 2013


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

Initialize fd_set in MythSystemLegacyIOHandler ctor
Static analysis detected that the fd_set was not
being initialized in the ctor.  While correct
from a static analysis POV, the structure was
being initialized elsewhere before use.  To
make static analysis happy, initialize the fd_set.

Fixes coverity 1028698

Note that coverity may not properly understand
that the use of the provided FD_ZERO macro will
properly initialize the structure since on
some platforms (i.e. x86) the macro turns into
inline assembly code.  In the case that adding
the patch does not eliminate the coverity issue,
one will need to manually acknowledge the defect.

Fixes #11625.

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



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

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

-- 



More information about the mythtv-commits mailing list