Opened 7 years ago

#4592 new defect

caid 0960 needs to be added to halfcw NDS list in oscam-chk.c

Reported by: hacktavist Owned by:
Priority: major Component: CW Cycle Check
Severity: high Keywords: halfcw NDS Swap
Cc: Sensitive: no

Description

Line 1066 Should include caid 0960

if( caid_is_videoguard(er->caid) && (er->caid == 0x09C4 || er->caid == 0x09C7 || er->caid == 0x098C || er->caid == 0x0963 || er->caid == 0x09CD || er->caid == 0x0919 || er->caid == 0x093B || er->caid == 0x098E)) 

Should be :

if( caid_is_videoguard(er->caid) && (er->caid == 0x09C4 || er->caid == 0x09C7 || er->caid == 0x098C || er->caid == 0x0963 || er->caid == 0x0960 || er->caid == 0x09CD || er->caid == 0x0919 || er->caid == 0x093B || er->caid == 0x098E))


Attachments (1)

oscam-chk.c.patch (663 bytes ) - added by Opti 7 years ago.

Download all attachments as: .zip

Change History (1)

by Opti, 7 years ago

Attachment: oscam-chk.c.patch added
Note: See TracTickets for help on using tickets.