[mythtv-firehose] mythtv branch master updated by paulh. v0.27-pre2-1644-g351c36a

Git Repo Owner noreply at mythtv.org
Mon Jul 1 17:53:54 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  351c36ac73d664a370b9b12c655604c03ba71ca1 (commit)
      from  14bb4082f123f856505073f11c7b5b1066cac2c6 (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 351c36ac73d664a370b9b12c655604c03ba71ca1
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Mon, 1 Jul 2013 18:53:25 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Mon, 1 Jul 2013 18:53:25 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=351c36ac73d664a370b9b12c655604c03ba71ca1

Check the return value from posix_fadvise
Static analysis determined that the return value
from posix_fadvise was not checked.  Check the
return, and log if failed (only debug level
logging, since fadvise should never fail in the
first place, and if it does fail it should not
matter (it is, after all, only a hint) but if
debugging, the failure might tell one something).

Fixes coverity 746748 and 746747

Fixes #11612.

Signed-off-by: Paul Harrison <pharrison at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythtv/fileringbuffer.cpp |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

-- 



More information about the mythtv-firehose mailing list