There was an error while loading. Please reload this page.
1 parent da1b2dc commit 2459307Copy full SHA for 2459307
src/input/mpegts/linuxdvb/linuxdvb_ca.c
@@ -974,7 +974,7 @@ static int linuxdvb_ca_ops_enquiry
974
explen = htsmsg_get_s32_or_default(enq, "explen", 0);
975
text = htsmsg_get_str(enq, "text");
976
977
- if (lca->lca_pin_reply &&
+ if (lca->lca_pin_reply && lca->lca_pin_str && lca->lca_pin_match_str &&
978
(strlen(lca->lca_pin_str) == explen) &&
979
strstr(text, lca->lca_pin_match_str)) {
980
tvhtrace(LS_EN50221, "%s: answering to PIN enquiry", lca->lca_name);
0 commit comments