Commit a684d026 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Grmbl!!!

parent 6bdbaea3
......@@ -925,7 +925,7 @@ static void ReadRealIndex( demux_t *p_demux )
msg_Dbg( p_demux, "Real Index : num : %d ", i_index_count );
if( i_index_count > ( 0xffffffff / sizeof( rm_index_t ) ) )
if( i_index_count >= ( 0xffffffff / sizeof( rm_index_t ) ) )
return;
if( GetDWBE( &buffer[16] ) > 0 )
......
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