Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network: mux discovery - add check to avoid NULL dereference, …
…fixes #2678, fixes #2674
  • Loading branch information
perexg committed Feb 16, 2015
1 parent 379672a commit 51e9aec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input/mpegts/mpegts_network_dvb.c
Expand Up @@ -441,6 +441,8 @@ dvb_network_create_mux
if (!dvb_network_check_orbital_pos(satpos, dmc->u.dmc_fe_qpsk.orbital_pos))
break;
}
if (mn == NULL)
return NULL;
}
}

Expand Down

0 comments on commit 51e9aec

Please sign in to comment.