Opened 19 years ago
Closed 19 years ago
#2908 closed enhancement (fixed)
Conditional Access: Don't add duplicate system ids
Reported by: | Owned by: | Janne Grunau | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | dvb | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
I've seen during some debugging sessions that some buggy CAM modules may either send duplicated CA_INFO messages or messages with duplicated system id entries. This can cause the caSystemIds array to fill up which will print harmless but alarming alerts to the log file.
The attached patch fixes this by not adding duplicate entries to the array.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | mythtv-noredundantids.patch added |
---|
comment:1 by , 19 years ago
Component: | mythtv → dvb |
---|---|
Owner: | changed from | to
I'm resyncing dvbci.cpp with vdr 1.4.5. I'll see if the patch is still necessary after that.
Note:
See TracTickets
for help on using tickets.
Patch to ignore duplicate system ids