[mythtv-commits] mythtv branch master updated by cpinkham. v0.27-pre2-1404-gd90cb87

Git Repo Owner noreply at mythtv.org
Wed Jun 12 03:44:50 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user cpinkham.
       via  d90cb875240d13dff8f07d6f3e3c548a42e1bc2c (commit)
      from  a8968e82f84d7eac7621d46b0f78b3d96f8243d1 (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 d90cb875240d13dff8f07d6f3e3c548a42e1bc2c
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Tue, 11 Jun 2013 02:40:43 +0000
Committer: Chris Pinkham <cpinkham at mythtv.org> at Tue, 11 Jun 2013 20:36:54 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d90cb875240d13dff8f07d6f3e3c548a42e1bc2c

Check the return value of rename in httplivestream.cpp
Static analysis (coverity) detected un unchecked return
value from rename.  Add in the check, and log the error
in the (unlikely) event the rename fails.

Fixes coverity 746746
Fixes #11590.

Signed-off-by: Chris Pinkham <cpinkham at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythtv/HLS/httplivestream.cpp |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list