1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavformat
Ronald S. Bultje 9ed6cbc3ee 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.
2011-06-29 09:45:52 -07:00
..
2011-06-02 20:06:00 +01:00
2011-03-21 21:31:34 +01:00
2011-04-03 22:47:05 +02:00
2011-03-28 16:55:03 +02:00
2011-05-21 13:48:10 +02:00
2011-04-18 18:23:16 +02:00
2011-06-02 20:06:00 +01:00
2011-04-08 15:59:19 +02:00
2011-06-21 21:38:59 +02:00
2011-05-12 15:52:25 +02:00
2011-06-02 20:06:00 +01:00
2011-04-19 18:28:38 +02:00
2011-05-21 13:48:10 +02:00
2011-06-19 18:15:56 -07:00
2011-06-10 10:52:32 +03:00
2011-06-10 10:52:32 +03:00
2011-06-02 20:06:00 +01:00
2011-06-02 20:06:18 +01:00
2011-06-04 19:51:43 +02:00
2011-06-21 21:38:59 +02:00
2011-06-02 20:06:00 +01:00
2011-05-25 22:01:21 +03:00
2011-04-08 15:59:19 +02:00
2011-05-25 22:00:42 +03:00
2011-06-02 20:06:00 +01:00
2011-06-03 12:59:05 +01:00
2011-04-08 15:59:19 +02:00
2011-06-10 10:52:22 +03:00
2011-06-10 10:52:22 +03:00
2011-06-10 10:49:55 +03:00
2011-04-01 19:29:08 +02:00
2011-06-02 20:06:00 +01:00
2011-06-02 20:06:00 +01:00
2011-05-21 13:48:10 +02:00
2011-05-27 09:42:14 +02:00
2011-05-21 13:48:10 +02:00
2011-06-13 20:47:06 +02:00
2011-06-28 16:41:26 +01:00
2011-06-02 20:06:00 +01:00