[mythtv-commits] mythtv branch master updated by jstichnoth. v0.28-pre-119-g12fbb15

Git Repo Owner noreply at mythtv.org
Thu Sep 12 16:40:28 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  12fbb152c1ad2bfdbfd09dec37b113386f4c2d63 (commit)
      from  7322a4f14237a6496bfb7f480417e5986dbae126 (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 12fbb152c1ad2bfdbfd09dec37b113386f4c2d63
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 12 Sep 2013 09:36:28 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 12 Sep 2013 09:36:28 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=12fbb152c1ad2bfdbfd09dec37b113386f4c2d63

Subtitles: Fix a potential segfault when displaying CEA-708 captions.
The original code unsafely used an iterator over a QList that was
being modified in the loop, potentially corrupting the iterator.  The
new code iterates over a copy of the list instead.



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

Summary of changes:
 mythtv/libs/libmythtv/subtitlescreen.cpp |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

-- 



More information about the mythtv-commits mailing list