1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavformat
Richard Shaffer c705476c47 libavformat/http: Refactor and fix additional leaks in get_cookies.
This refactors get_cookies to simplify some code paths, specifically for
skipping logic in the while loop or exiting it. It also simplifies the logic
for appending additional values to *cookies by replacing strlen/malloc/snprintf
with one call av_asnprintf.

This refactor fixes a bug where the cookie_params AVDictionary would get leaked
if we failed to allocate a new buffer for writing to *cookies.
2018-04-19 22:01:51 +02:00
..
2018-04-05 22:04:30 +01:00
2017-03-29 14:49:29 +02:00
2017-10-05 17:10:23 +02:00
2017-10-05 17:10:23 +02:00
2018-04-12 16:04:58 +08:00
2017-10-19 22:07:21 +02:00
2017-09-20 03:31:48 +02:00
2017-10-19 22:07:21 +02:00
2017-09-01 18:52:56 +08:00
2017-10-05 17:10:23 +02:00
2017-08-30 12:13:01 +02:00
2018-04-16 13:46:10 -03:00
2017-09-07 15:19:22 +02:00
2018-04-18 11:22:23 +08:00
2018-02-04 15:19:41 +01:00
2017-10-05 17:10:23 +02:00
2018-04-02 03:26:22 +01:00
2018-04-12 16:04:58 +08:00
2018-04-05 22:04:30 +01:00
2017-04-20 15:39:18 +00:00
2018-04-01 21:08:16 +02:00
2017-11-05 10:42:07 +01:00
2017-12-08 16:01:09 +01:00
2017-03-30 13:26:04 +02:00
2017-10-05 17:10:23 +02:00
2017-06-13 19:49:06 +02:00
2018-03-07 22:26:53 +01:00
2018-02-11 20:03:33 +01:00
2018-02-11 20:03:33 +01:00
2017-04-25 15:39:10 +02:00
2018-02-11 20:03:33 +01:00
2018-02-11 20:03:33 +01:00
2018-03-07 22:26:53 +01:00
2017-09-09 12:07:14 +02:00
2017-09-22 01:33:22 +02:00
2017-07-16 16:09:17 +01:00