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

This commit is contained in:
Christophe Massiot 2004-10-02 18:19:39 +00:00
parent 84455389f4
commit 2daf515f63
1 changed files with 2 additions and 1 deletions

View File

@ -637,7 +637,8 @@ static int ParseMRL( access_t *p_access )
return VLC_EGENERIC;
}
psz_parser++;
if ( *psz_parser )
psz_parser++;
}
#undef GET_OPTION_INT
#undef GET_OPTION_BOOL