[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-2044-g2f02b6b

Git Repo Owner noreply at mythtv.org
Thu Jul 31 14:55:50 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  2f02b6bc104b74d29479ab5fac363f187415b895 (commit)
       via  9d695adab9224f9e15ea1631cfee04d6d6c8b038 (commit)
       via  596eebc880b4c90bad5ae48f7d6bf096c7f47682 (commit)
       via  23c8e1aad63cdeaa59f4480a265e7bef93793419 (commit)
       via  8cae2d7c56d64896aee0669f5850e5e16625ecf2 (commit)
      from  dd1c2abc2ee33d410bcd8d18e130b2eb22585800 (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 2f02b6bc104b74d29479ab5fac363f187415b895
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Jul 2014 15:52:05 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Jul 2014 15:54:15 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2f02b6bc104b74d29479ab5fac363f187415b895

Don't ignore the return value of fcntl in ExternalIO (External Stream Handler). Coverity 1213709



commit 9d695adab9224f9e15ea1631cfee04d6d6c8b038
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Jul 2014 14:34:16 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Jul 2014 14:34:16 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9d695adab9224f9e15ea1631cfee04d6d6c8b038

Fix coverity 1061552. Dereference after null check.



commit 596eebc880b4c90bad5ae48f7d6bf096c7f47682
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Jul 2014 12:24:27 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Jul 2014 12:24:27 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=596eebc880b4c90bad5ae48f7d6bf096c7f47682

Fix coverity 1025906 (again). Leak of hls on return (exit). Original fix missed a return point.



commit 23c8e1aad63cdeaa59f4480a265e7bef93793419
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Jul 2014 12:17:15 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Jul 2014 12:17:15 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=23c8e1aad63cdeaa59f4480a265e7bef93793419

Fix coverity 1196567. Wrapper object use after free.



commit 8cae2d7c56d64896aee0669f5850e5e16625ecf2
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Jul 2014 11:16:36 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 31 Jul 2014 11:16:36 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8cae2d7c56d64896aee0669f5850e5e16625ecf2

Check that malloc didn't fail in MythSystemLegacyUnix. Coverity 1028695



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

Summary of changes:
 mythtv/libs/libmythbase/mythsystemunix.cpp         |   13 ++++++--
 mythtv/libs/libmythtv/avformatwriter.cpp           |    8 ++--
 .../libmythtv/recorders/ExternalStreamHandler.cpp  |   10 ++++--
 mythtv/libs/libmythui/mythuihelper.cpp             |   34 ++++++++++---------
 mythtv/programs/mythtranscode/transcode.cpp        |    1 +
 5 files changed, 40 insertions(+), 26 deletions(-)

-- 



More information about the mythtv-commits mailing list