[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-pre2-1549-g8c31549

Git Repo Owner noreply at mythtv.org
Fri Jun 21 16:04:35 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  8c31549b3abe1ed43fe4df87c3e54e74df34af2f (commit)
       via  473130bbfded09be2ea4811e7eb2203fa885da75 (commit)
       via  b30860c2ba22d930d69532ebab6f26f7be205def (commit)
      from  7153ea8271adcd09cbffb635d7b5d3ff6cd79bbb (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 8c31549b3abe1ed43fe4df87c3e54e74df34af2f
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 02:03:37 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 02:03:37 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8c31549b3abe1ed43fe4df87c3e54e74df34af2f

Fix coverity report
Big parameter passed by value: Passing parameter settings of type AudioOutputSettings (size 624 bytes) by value.

Use reference instead.

Coverity-Id: 700625



commit 473130bbfded09be2ea4811e7eb2203fa885da75
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 01:47:46 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 01:47:46 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=473130bbfded09be2ea4811e7eb2203fa885da75

Fix coverity report
One false positive: Coverity-Id: 1023902. default constructor would have taken care of it.
One real one: Coverity-Id: 1023901; in operator= ; we weren't copying the AES IV from the copied HLSStream



commit b30860c2ba22d930d69532ebab6f26f7be205def
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 01:36:50 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 22 Jun 2013 01:36:50 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b30860c2ba22d930d69532ebab6f26f7be205def

Fix coverity false-positive
segment can never be null, as it was tested just above for NULL and function would have returned - 1. Count used in loop is always at a minimum of 2

Coverity-Id: 703685



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

Summary of changes:
 mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp |    8 ++++++++
 .../programs/mythfrontend/audiogeneralsettings.cpp |    6 +++---
 .../programs/mythfrontend/audiogeneralsettings.h   |    6 +++---
 3 files changed, 14 insertions(+), 6 deletions(-)

-- 



More information about the mythtv-commits mailing list