[mythtv-commits] mythtv branch master updated by stuartm. v0.27-pre2-1246-ge60495b

Git Repo Owner noreply at mythtv.org
Tue Jun 4 18:53:24 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  e60495b73879452255f707e47630b172941e5d0d (commit)
       via  2d61fd8abdf916b66b798f33ffaad79cc43aea22 (commit)
       via  4fdd1432684c070e45bbd7c889e876602c57a98d (commit)
       via  b44f38e8487d521685521a8a50b12119d23e1cb8 (commit)
      from  f770669cff283cdec99d2eb7e1652eada1f8e292 (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 e60495b73879452255f707e47630b172941e5d0d
Author:    Richard Begg <richard at meric.id.au> at Tue, 4 Jun 2013 19:52:08 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 4 Jun 2013 19:53:02 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e60495b73879452255f707e47630b172941e5d0d

Workaround QT ISO date parsing issue in mythfilldatabase. Fixes #11538
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 2d61fd8abdf916b66b798f33ffaad79cc43aea22
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Wed, 29 May 2013 22:10:40 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 4 Jun 2013 19:45:10 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2d61fd8abdf916b66b798f33ffaad79cc43aea22

Check the return value of query.exec in dbutil.cpp
Fixes coverity 703634
(cherry picked from commit c45db226e673d4c890a092c7c76bc35266ec3996)

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

Fixes #11567



commit 4fdd1432684c070e45bbd7c889e876602c57a98d
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Thu, 30 May 2013 23:06:33 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 4 Jun 2013 19:43:40 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4fdd1432684c070e45bbd7c889e876602c57a98d

Initialize chanid in mythtranscode
Static analysis (scan-build) detects that the variable
chanid could be used without initialization.  This is
actually a false positive, since the use is protected
by the found_chanid variable, but initializing the
variable should be benign, and eliminates that static
analysis detected issue.
(cherry picked from commit 49617bc0c174be8b58e37ded693aa8d037ba7975)

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

Fixes #11571



commit b44f38e8487d521685521a8a50b12119d23e1cb8
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Thu, 30 May 2013 18:39:47 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 4 Jun 2013 19:42:26 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b44f38e8487d521685521a8a50b12119d23e1cb8

Patch for zero length malloc and check for malloc success
There is a feasible code path such that the string will
have a length of zero.  Malloc of a zero length has a
implementation dependent result (i.e. possible invalid
memory pointer).  Add one to the requested length to
eliminate the abiguity.  In addition, check the return
from malloc to insure it was successful.
(cherry picked from commit 28a77c36e2d320fa1304ad3822d5359b05af07a0)

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

Fixes #11570



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

Summary of changes:
 mythtv/libs/libmythbase/dbutil.cpp               |    5 ++++-
 mythtv/libs/libmythfreemheg/ParseBinary.cpp      |    7 ++++++-
 mythtv/programs/mythfilldatabase/xmltvparser.cpp |    6 +++++-
 mythtv/programs/mythtranscode/main.cpp           |    2 +-
 4 files changed, 16 insertions(+), 4 deletions(-)

-- 



More information about the mythtv-commits mailing list