[mythtv-commits] Ticket #9628: DVBCam::SetTimeOffset can be called with ciHandler==NULL

MythTV noreply at mythtv.org
Fri Mar 4 10:24:36 UTC 2011


#9628: DVBCam::SetTimeOffset can be called with ciHandler==NULL
------------------------------------+--------------------------------------
 Reporter:  tim@…                   |           Type:  Bug Report - General
   Status:  new                     |       Priority:  minor
Milestone:  unknown                 |      Component:  MythTV - General
  Version:  Trunk Head              |       Severity:  medium
 Keywords:                          |  Ticket locked:  0
------------------------------------+--------------------------------------
 Current master.

 This causes a segfault (or course :-). Backtrace will be attached. I've
 also verified that the segfault goes away if i change dvbcam.cpp:314 to
 read

 if (ciHandler) ciHandler->SetTimeOffset(offset_in_seconds);

 Though this almost certainly a terrible thing to do, especially without
 knowing the code.

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


More information about the mythtv-commits mailing list