Changeset 4e59c8e in ffmpeg
- Timestamp:
-
Jul 6, 2011, 6:17:43 PM
(13 years ago)
- Author:
- Reimar Döffinger <Reimar.Doeffinger@gmx.de>
- Branches:
- master
- Children:
- c3b6cc61
- Parents:
- 3950376b
- git-author:
- Reimar Döffinger <Reimar.Doeffinger@gmx.de> (07/05/11 21:10:44)
- git-committer:
- Reimar Döffinger <Reimar.Doeffinger@gmx.de> (07/06/11 18:17:43)
- Message:
-
Fix av_open_input_stream with uninitialized context pointer.
Code would allocate a new context but forget to assign it
to the pointer actually passed to avformat_open_input,
potentially causing a crash.
Even if it was initialized it would cause a memleak.
This caused crashes with e.g. mpd, see also
http://bugs.gentoo.org/show_bug.cgi?id=373423
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
(No files)
-