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

Backport [18556] denial of service fix

parent 8f1c4013
...@@ -1293,7 +1293,7 @@ static int ASF_ReadObject( stream_t *s, asf_object_t *p_obj, ...@@ -1293,7 +1293,7 @@ static int ASF_ReadObject( stream_t *s, asf_object_t *p_obj,
} }
/* link this object with father */ /* link this object with father */
if( p_father ) if( p_father && ! i_result )
{ {
if( p_father->common.p_first ) if( p_father->common.p_first )
{ {
......
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