aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/imgconvert.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-06-28 22:24:21 -0700
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-07-01 02:41:30 +0200
commit8f7f3f0453dfe3a14b70bae28301a2ee661fc3f4 (patch)
treeeefcfc8216b01635bc5ad90c7423e62c90d467d7 /libavcodec/imgconvert.c
parent376dfd07abf8a5f493146d818bfb04807dc8bd5a (diff)
downloadffmpeg-8f7f3f0453dfe3a14b70bae28301a2ee661fc3f4.tar.gz
ogg: fix double free when finding length of small chained oggs.
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. (cherry picked from commit 9ed6cbc3ee2ae3e7472fb25192a7e36fd7b15533)
Diffstat (limited to 'libavcodec/imgconvert.c')
0 files changed, 0 insertions, 0 deletions