mirror of https://github.com/FFmpeg/FFmpeg.git
ogg_save() copies streams[], but doesn't keep track of free()'ed struct members. Thus, if in between a call to ogg_save() and ogg_restore(), streams[].private was free()'ed, this would result in a double free -> crash, which happened when e.g. playing small chained ogg fragments.pull/2/head
parent
ef1ee362b3
commit
9ed6cbc3ee
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue