[mythtv-commits] Ticket #9950: [PATCH] DownloadManager SEGV after timeout

MythTV noreply at mythtv.org
Wed Jul 27 17:22:05 UTC 2011


#9950: [PATCH] DownloadManager SEGV after timeout
-------------------------------------------------+-------------------------
 Reporter:  Lawrence Rust <lvr@…>                |           Type:  Patch -
   Status:  new                                  |  Bug Fix
Milestone:  unknown                              |       Priority:  minor
  Version:  Trunk Head                           |      Component:  MythTV
 Keywords:  DownloadManager SEGV                 |  - General
                                                 |       Severity:  medium
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------
 1. Fix a SEGV that can occur if a download times out.  If a caller makes a
 synchronous call then downloadNow will timeout after 10 seconds but
 downloadFinished, which is a slot, can be called after control has
 returned to the caller and the QByteArray data buffer has been
 deallocated.

 2. Allow the caller to set their own User-Agent header.

 3. Provide better error reporting.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9950>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list