Mailing List Archive

mythtv branch master updated by paulh. v30-Pre-262-g8d7eec9
The branch, master has been updated on the
mythtv repository by gitolite user paulh.
via 8d7eec9fe1e0a0f1c5bfda5027c2abeb8a490e67 (commit)
via 37d6422fe7624917a40418604f3cdb0182d616fa (commit)
from 02c7410de070f1f043e5f8c0cbaba3caa057aee2 (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 8d7eec9fe1e0a0f1c5bfda5027c2abeb8a490e67
Author: Paul Harrison <pharrison@mythtv.org> at Sun, 29 Oct 2017 11:12:18 +0000
Committer: Paul Harrison <pharrison@mythtv.org> at Sun, 29 Oct 2017 11:12:18 +0000
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=8d7eec9fe1e0a0f1c5bfda5027c2abeb8a490e67

MythRAOPConnection: fix Coverity ID 700916 Uninitialized scalar field
The field will contain an arbitrary value left over from earlier
computations.

In MythRAOPConnection::MythRAOPConnection(QObject *, QTcpSocket *,
QByteArray, int): A scalar field is not initialized by the constructor.



commit 37d6422fe7624917a40418604f3cdb0182d616fa
Author: Paul Harrison <pharrison@mythtv.org> at Sun, 29 Oct 2017 11:10:13 +0000
Committer: Paul Harrison <pharrison@mythtv.org> at Sun, 29 Oct 2017 11:10:13 +0000
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=37d6422fe7624917a40418604f3cdb0182d616fa

MythRAOPConnection: fix Coverity ID 700789 Uninitialized scalar variable
The variable will contain an arbitrary value left from earlier computations.

In MythRAOPConnection::ProcessRequest(QStringList const&,
QByteArray const&): Use of an uninitialized variable.



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

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

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose