[mythtv-firehose] mythtv branch master updated by dekarl. v0.27-pre2-1368-g47e3a59

Git Repo Owner noreply at mythtv.org
Sun Jun 9 20:06:39 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  47e3a598d7b7df59d868f0a766dd5f3e9bdc616f (commit)
       via  431669005cd87124a199da013b59bf29a9bc58e9 (commit)
       via  bae00573e4882b5f7a3f9480279434008690f23c (commit)
       via  71e1b8c646b5c66815e4ddef2bee7522d89f369b (commit)
       via  946c1667c24bd9748c05c11a4a4199f27ebb7b16 (commit)
      from  27c6b4ed5328db6483f4d6848cdabd37434950d4 (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 47e3a598d7b7df59d868f0a766dd5f3e9bdc616f
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Sun, 9 Jun 2013 19:53:44 +0000
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 9 Jun 2013 22:06:23 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=47e3a598d7b7df59d868f0a766dd5f3e9bdc616f

Fix for (likely) typo in checking setsockopt return code
There was a logic error due to an errant parenthesis
that was (likely) intended to be used to check the
return code from setsockopt, but instead resulted in
a value of zero being used for the length of the
operand.  This patch moves the right paren to where
it should have been.

Fixes coverity 746821
Fixes #11582



commit 431669005cd87124a199da013b59bf29a9bc58e9
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Sun, 9 Jun 2013 19:07:48 +0000
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 9 Jun 2013 22:06:08 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=431669005cd87124a199da013b59bf29a9bc58e9

Remove redundant check
The codes check for numStream being zero previously,
and return from the function if it is zero.

Fixes #11581



commit bae00573e4882b5f7a3f9480279434008690f23c
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Sun, 9 Jun 2013 19:18:20 +0000
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 9 Jun 2013 22:06:07 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bae00573e4882b5f7a3f9480279434008690f23c

Eliminate (logically) dead code
After commit [ea554c9c] selTrack will never have the value -1
(it is assigned 0 in the block previous if it had that value).
Remove the (redundant) checks.

Fixes coverity 700308.
Fixes #11580



commit 71e1b8c646b5c66815e4ddef2bee7522d89f369b
Author:    Karl Dietz <dekarl at mythtv.org> at Sun, 9 Jun 2013 21:48:26 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 9 Jun 2013 22:06:07 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=71e1b8c646b5c66815e4ddef2bee7522d89f369b

change code to avoid multiple different types in initialization part of the loops



commit 946c1667c24bd9748c05c11a4a4199f27ebb7b16
Author:    Karl Dietz <dekarl at mythtv.org> at Sun, 9 Jun 2013 21:33:18 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Sun, 9 Jun 2013 22:06:07 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=946c1667c24bd9748c05c11a4a4199f27ebb7b16

change type of counters to size_t to silence warnings about sign mismatch



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

Summary of changes:
 .../libmyth/test/test_audioutils/test_audioutils.h |   70 ++++++++++----------
 mythtv/libs/libmythtv/decoderbase.cpp              |    6 +-
 mythtv/libs/libmythupnp/mmulticastsocketdevice.cpp |    2 +-
 3 files changed, 39 insertions(+), 39 deletions(-)

-- 



More information about the mythtv-firehose mailing list