[mythtv-commits] mythtv branch master updated by wagnerrp. v0.27-pre2-1384-g64bac71

Git Repo Owner noreply at mythtv.org
Mon Jun 10 02:28:06 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  64bac719f02e69755f95b4b5b4bc0ca8c2b95bf5 (commit)
       via  8d4aaadcd11c80e930b481ff9eba43a2b3277b28 (commit)
      from  e554ad8816c223c8eb326a657ac88d17d8395c28 (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 64bac719f02e69755f95b4b5b4bc0ca8c2b95bf5
Author:    Raymond Wagner <rwagner at mythtv.org> at Sun, 9 Jun 2013 22:26:46 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 9 Jun 2013 22:26:46 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=64bac719f02e69755f95b4b5b4bc0ca8c2b95bf5

Make schema updates fail, rather than vocally continue.
The only reason these queries should ever error outright is because
there is a flaw somewhere in the database. We shouldn't be continuing on
with the update at that point.



commit 8d4aaadcd11c80e930b481ff9eba43a2b3277b28
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Mon, 10 Jun 2013 01:35:51 +0000
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 9 Jun 2013 22:18:18 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8d4aaadcd11c80e930b481ff9eba43a2b3277b28

Patch for unchecked return code for database update
Static analysis (coverity) detected an unchecked
return code from a database update.  Check the
return code in a manor equivalent to others in
this routine.

Fixes coverity 700256



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

Summary of changes:
 mythtv/libs/libmythtv/dbcheck.cpp |   30 ++++++++++++++++++------------
 1 files changed, 18 insertions(+), 12 deletions(-)

-- 



More information about the mythtv-commits mailing list