Opened 14 years ago
Closed 14 years ago
#9628 closed Bug Report - General (Fixed)
DVBCam::SetTimeOffset can be called with ciHandler==NULL
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | mythbt.txt added |
---|
comment:1 Changed 14 years ago by
Owner: | set to beirdo |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Milestone: | unknown → 0.25 |
---|---|
Owner: | changed from beirdo to danielk |
This was fixed by danielk in commit 1e0e5091a6d5949ceb801c3d256880b24a91f1d7 on master
comment:3 Changed 14 years ago by
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Backtrace from core dump