Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP server rtsp: fix wrong memory access
  • Loading branch information
perexg committed Nov 7, 2015
1 parent 7b48559 commit 77d4b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/satip/rtsp.c
Expand Up @@ -487,6 +487,8 @@ rtsp_start
mux = NULL;
mn2 = NULL;
LIST_FOREACH(mn, &mpegts_network_all, mn_global_link) {
if (!idnode_is_instance(&mn->mn_id, &dvb_network_class))
continue;
ln = (dvb_network_t *)mn;
if (ln->ln_type == rs->dmc.dmc_fe_type &&
mn->mn_satip_source == rs->src) {
Expand Down

0 comments on commit 77d4b59

Please sign in to comment.