[FFmpeg-devel] [PATCH 2/5] avformat/mov: Fix memleak

Michael Niedermayer michael at niedermayer.cc
Tue Sep 17 15:56:10 EEST 2019


On Mon, Sep 16, 2019 at 05:54:59PM +0200, Andreas Rheinhardt wrote:
> When the mov/mp4 demuxer encounters an error during decrypting a packet,
> it returns the error, yet doesn't free the packet, so that the packet
> leaks. This has been fixed in this commit.
> 
> Fixes the memleaks from ticket #8150.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> ---
> This only fixes the memleaks from #8150. I can't reproduce the
> uninitialized reads, so I can't do anything about them. Can someone else
> reproduce them?
> 
>  libavformat/mov.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

will apply

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No great genius has ever existed without some touch of madness. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190917/a50dc11a/attachment.sig>


More information about the ffmpeg-devel mailing list