[mythtv-commits] mythtv/master commit: db25a2885 by Lawrence Rust (no github username)

MythTV noreply at mythtv.org
Thu Jul 28 13:30:15 UTC 2011


      Author:  Lawrence Rust <lvr at softsystem.co.uk>
 Change Date:  2011-07-28T06:26:11-07:00
   Push Date:  2011/07/28 06:30:07 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  db25a2885364d4d1b2198056f7a477f60cb395d6
   Changeset:  https://github.com/MythTV/mythtv/commit/db25a2885

Log:

Fix a potential segfault if MDM::downloadNow() times out.

Reset the destination QByteArray pointer after a download
timeout to make sure the downloadFinished() callback doesn't
try to write to it after it has been deallocated.

Closes #9950

I'm leaving part 2 of #9950 uncommitted for now since we do
not need or use this functionality internally.

Signed-off-by: Chris Pinkham <cpinkham at mythtv.org>

Modified:

   mythtv/libs/libmythbase/mythdownloadmanager.cpp



More information about the mythtv-commits mailing list