diff options
author | James Almer <jamrial@gmail.com> | 2016-11-19 12:38:44 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-11-19 20:24:54 -0300 |
commit | 3bd7ad58a7e167c114db6cbc01b8fa17f5e30ce4 (patch) | |
tree | 023d10331cd2280865fe61cac884463f7ecd1a44 /doc/examples/transcoding.c | |
parent | f97bee9ad565cba3b8e348167105b73211787066 (diff) | |
download | ffmpeg-3bd7ad58a7e167c114db6cbc01b8fa17f5e30ce4.tar.gz |
avcodec/avpacket: fix leak on realloc in av_packet_add_side_data()
If realloc fails, the pointer is overwritten and the previously allocated
buffer is leaked, which goes against the expected behavior of keeping the
packet unchanged in case of error.
Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit 574929d8b6de32ae712fcca7ab09f01a3e4616be)
Diffstat (limited to 'doc/examples/transcoding.c')
0 files changed, 0 insertions, 0 deletions