[mythtv-firehose] mythtv branch master updated by paulh. v0.27-pre2-1648-gc416822

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


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

Properly handle fd number 0 in signal manager
Visual analysis (IEAEYEBALL) detected that the
check for the file descriptor value should be
"fd >= 0" and not just "fd > 0".  While a fd of
zero is commonly stdin, do the right check just
in case.

The CLOSE macro properly performs the check
for greater than or equal to zero.  This
patch just does the same thing.

Fixes #11630.

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



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

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

-- 



More information about the mythtv-firehose mailing list