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

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

parent 84455389
...@@ -637,7 +637,8 @@ static int ParseMRL( access_t *p_access ) ...@@ -637,7 +637,8 @@ static int ParseMRL( access_t *p_access )
return VLC_EGENERIC; return VLC_EGENERIC;
} }
psz_parser++; if ( *psz_parser )
psz_parser++;
} }
#undef GET_OPTION_INT #undef GET_OPTION_INT
#undef GET_OPTION_BOOL #undef GET_OPTION_BOOL
......
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