Mailing List Archive

mythtv branch master updated by paulh. v30-Pre-249-g3e23c17
The branch, master has been updated on the
mythtv repository by gitolite user paulh.
via 3e23c17fe0db6d596e38e65f36740f67da96dd21 (commit)
via 49539f2d3a25d436ba657b65a76e6d9d2c848a8d (commit)
via 326f8f731e955e9067e505279fe8ad488f9e9b4d (commit)
from 8e78e244576de885ddced6995a9f3f776977e3f2 (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 3e23c17fe0db6d596e38e65f36740f67da96dd21
Author: Paul Harrison <pharrison@mythtv.org> at Thu, 26 Oct 2017 19:13:31 +0100
Committer: Paul Harrison <pharrison@mythtv.org> at Thu, 26 Oct 2017 19:13:31 +0100
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=3e23c17fe0db6d596e38e65f36740f67da96dd21

PrivateDecoderCrystalHD: fix Coverity ID 1418571 Read from pointer after free
Incorrect values may be read from freed memory, causing incorrect computations.

In PrivateDecoderCrystalHD::ProcessPacket(AVStream *, AVPacket *): Reads target
of a freed pointer.



commit 49539f2d3a25d436ba657b65a76e6d9d2c848a8d
Author: Paul Harrison <pharrison@mythtv.org> at Thu, 26 Oct 2017 18:53:23 +0100
Committer: Paul Harrison <pharrison@mythtv.org> at Thu, 26 Oct 2017 18:53:23 +0100
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=49539f2d3a25d436ba657b65a76e6d9d2c848a8d

PrevRecordedList: fix Coverity ID 1420191 Uninitialized pointer field
The pointer field will point to an arbitrary memory location, any attempt to
write may cause corruption.

In PrevRecordedList::PrevRecordedList(): A pointer field is not initialized in
the constructor.



commit 326f8f731e955e9067e505279fe8ad488f9e9b4d
Author: Paul Harrison <pharrison@mythtv.org> at Thu, 26 Oct 2017 18:48:36 +0100
Committer: Paul Harrison <pharrison@mythtv.org> at Thu, 26 Oct 2017 18:50:53 +0100
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=326f8f731e955e9067e505279fe8ad488f9e9b4d

VideoDisplayProfile: fix Coverity ID 1420190 Copy-paste error
The copied code will not have its intended effect.

In VideoDisplayProfile::SaveDB(): A copied piece of code is inconsistent
with the original.



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

Summary of changes:
mythtv/libs/libmythtv/privatedecoder_crystalhd.cpp | 4 +++-
mythtv/libs/libmythtv/videodisplayprofile.cpp | 2 +-
mythtv/programs/mythfrontend/prevreclist.cpp | 2 ++
3 files changed, 6 insertions(+), 2 deletions(-)

--

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