[mythtv-firehose] mythtv branch master updated by paulh. v30-Pre-260-g02c7410

Git Repo Owner noreply at mythtv.org
Sun Oct 29 10:40:14 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  02c7410de070f1f043e5f8c0cbaba3caa057aee2 (commit)
      from  0eca7ad3b8293df912ebfc45ea12cf98e52a98ec (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 02c7410de070f1f043e5f8c0cbaba3caa057aee2
Author:    Paul Harrison <pharrison at mythtv.org> at Sun, 29 Oct 2017 10:40:02 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Sun, 29 Oct 2017 10:40:02 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=02c7410de070f1f043e5f8c0cbaba3caa057aee2

MythRAOPConnection: fix Coverity ID 1418541 Unintentional integer overflow
The expression's value may not be what the programmer intended, because the
expression is evaluated using a narrow (i.e. few bits) integer type.

In MythRAOPConnection::ProcessSync(QByteArray const&): An integer overflow
occurs, with the result converted to a wider integer type.



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

Summary of changes:
 .../libs/libmythtv/AirPlay/mythraopconnection.cpp  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-firehose mailing list