Opened 20 years ago
Closed 20 years ago
#1429 closed defect (fixed)
DVBCam::SetPMT() segfaults with null pointer
| Reported by: | anonymous | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | dvb | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
mythbackend segfaults on startup in DVBCam::SetPMT() if called with NULL
attached patch checks for NULL pointer before the call in DVBChannel::SetPMT()
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | dvbcam_null.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [9235]) Fixes #1429, by applying patch. Add null check on pmt pointer for DVBCam::SetPMT().