Opened 18 years ago
Closed 18 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)
Changed 18 years ago by
Attachment: | mythtv-noredundantids.patch added |
---|
comment:1 Changed 18 years ago by
Component: | mythtv → dvb |
---|---|
Owner: | changed from Isaac Richards to Janne Grunau |
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