Commit 2daf515f authored by Christophe Massiot's avatar Christophe Massiot

* modules/dvb/access.c: Fixed a major heap corruption (gardening)

parent 84455389
...@@ -637,6 +637,7 @@ static int ParseMRL( access_t *p_access ) ...@@ -637,6 +637,7 @@ static int ParseMRL( access_t *p_access )
return VLC_EGENERIC; return VLC_EGENERIC;
} }
if ( *psz_parser )
psz_parser++; psz_parser++;
} }
#undef GET_OPTION_INT #undef GET_OPTION_INT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment