Skip to content

Commit

Permalink
fixed #1783 (fuzz)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed May 10, 2021
1 parent a51f951 commit fe5155c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/isomedia/isom_intern.c
Expand Up @@ -497,6 +497,7 @@ static GF_Err gf_isom_parse_movie_boxes_internal(GF_ISOFile *mov, u32 *boxType,
if (pos<0) pos=0;
gf_list_insert(mov->TopBoxes, brand, pos);
}
gf_isom_box_del(a);
}
break;

Expand Down

0 comments on commit fe5155c

Please sign in to comment.