[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-2094-gafadf3c

Git Repo Owner noreply at mythtv.org
Fri Aug 8 16:05:09 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  afadf3ce4c0a7dfd9570ee26a15a75c6927e86a8 (commit)
       via  cde473cef3bd38a47ae38eab83b8376567c3af20 (commit)
       via  9e27d8ff5c6655b5027f154a694623f42e4a23d0 (commit)
       via  a5f69cdba52e2fe6b007d769c2196bf6e0db91c3 (commit)
       via  b1056152f9313abf4e512fa5be6b42531b2b7cbd (commit)
       via  8a37d0af58797a0f7a99bd751ecf59061c94a86a (commit)
      from  e10e01d84ffd40e5f1abf00030f70ee5cd464120 (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 afadf3ce4c0a7dfd9570ee26a15a75c6927e86a8
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Tue, 5 Aug 2014 05:58:54 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 8 Aug 2014 17:04:19 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=afadf3ce4c0a7dfd9570ee26a15a75c6927e86a8

Protect against potential divide by zero detected by static analysis
Fixes #12236

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit cde473cef3bd38a47ae38eab83b8376567c3af20
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Tue, 5 Aug 2014 15:02:41 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 8 Aug 2014 17:00:33 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cde473cef3bd38a47ae38eab83b8376567c3af20

Patch to use consistent cast and sizeof operands in allocator
Fixes #12237

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 9e27d8ff5c6655b5027f154a694623f42e4a23d0
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Tue, 5 Aug 2014 14:56:26 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 8 Aug 2014 17:00:11 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9e27d8ff5c6655b5027f154a694623f42e4a23d0

Patch to use consistent cast and sizeof operands
Fixes #12237

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit a5f69cdba52e2fe6b007d769c2196bf6e0db91c3
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Tue, 5 Aug 2014 03:39:26 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 8 Aug 2014 16:57:35 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a5f69cdba52e2fe6b007d769c2196bf6e0db91c3

Protect LanguageSelection::Save against NULL pointer de-ref
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>

Fixes #12235



commit b1056152f9313abf4e512fa5be6b42531b2b7cbd
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Wed, 6 Aug 2014 16:31:02 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 8 Aug 2014 16:54:29 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b1056152f9313abf4e512fa5be6b42531b2b7cbd

Patch for static analysis and NULL source pointer to memcpy
With additional changes by Stuart Morgan to guard against a negative Length.

Fixes #12238

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 8a37d0af58797a0f7a99bd751ecf59061c94a86a
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Sun, 3 Aug 2014 19:53:51 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 8 Aug 2014 16:23:18 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8a37d0af58797a0f7a99bd751ecf59061c94a86a

Check the return values from seek requests
Fixes Coverity 746749 & 1073815
Fixes #12233

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



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

Summary of changes:
 mythtv/filters/bobdeint/filter_bobdeint.c          |    4 +-
 mythtv/libs/libmyth/audio/audiooutputbase.cpp      |    4 +-
 mythtv/libs/libmyth/langsettings.cpp               |   13 +++++++++
 mythtv/libs/libmythtv/recorders/dvbdev/dvbci.cpp   |   27 ++++++++++++++-----
 mythtv/libs/libmythtv/ringbuffer.cpp               |   10 ++++++-
 .../libs/libmythtv/visualisations/goom/filters.c   |    6 ++--
 6 files changed, 48 insertions(+), 16 deletions(-)

-- 



More information about the mythtv-firehose mailing list