]> git.sesse.net Git - ffmpeg/commit
libavformat/mov.c: Free aes_decrypt to avoid leaking memory
authorJohn Rummell <jrummell@chromium.org>
Mon, 30 Mar 2020 21:08:01 +0000 (14:08 -0700)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 1 Apr 2020 20:21:26 +0000 (22:21 +0200)
commitad91cf1f2f5793db5c6dd7ab9947fcc6d7832607
tree8f5d971fc85ce49c980f147cee925014e1d286e9
parentb7c67b1ae3657058b32b9235119d07529ad5cce1
libavformat/mov.c: Free aes_decrypt to avoid leaking memory

Found by Chromium fuzzers (crbug.com/1057205).

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mov.c