1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-20 07:48:15 +02:00
FFmpeg/libavformat
Andreas Rheinhardt 0f9ade1ff3 avformat/dashdec: Fix memleak on allocation error, avoid allocation
get_content_url() allocates two buffers for temporary strings and when
one of them couldn't be allocated, it simply returns, although one of
the two allocations could have succeeded and would leak in this
scenario. This can be fixed by avoiding one of the temporary buffers.

Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2020-09-21 04:50:58 +02:00
..
2020-09-18 11:34:11 +02:00
2020-09-20 19:21:00 +10:00
2020-06-22 12:19:56 +02:00
2020-09-04 16:01:53 +02:00
2020-05-31 00:55:12 +02:00
2020-09-18 11:30:03 +02:00
2020-09-18 11:34:11 +02:00
2020-06-18 21:31:13 +02:00
2020-09-03 18:11:00 +02:00
2020-09-20 18:03:52 +02:00
2020-09-03 18:03:18 +02:00
2020-06-06 00:25:00 +02:00
2020-06-06 00:25:00 +02:00
2020-05-19 20:09:25 +02:00
2020-09-13 16:05:01 +02:00
2020-06-04 10:52:42 +02:00
2020-06-13 00:43:09 +02:00
2020-09-18 11:34:11 +02:00
2020-07-26 16:47:01 +02:00