mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
lavf: add a protocol whitelist/blacklist for file opened internally
Should make the default behaviour safer for careless callers that open random untrusted files. Bug-Id: CVE-2016-1897 Bug-Id: CVE-2016-1898
This commit is contained in:
parent
8c0ceafb0f
commit
ec4c483976
11 changed files with 125 additions and 13 deletions
|
|
@ -13,6 +13,11 @@ libavutil: 2015-08-28
|
|||
|
||||
API changes, most recent first:
|
||||
|
||||
2016-xx-xx - xxxxxxx - lavf 57.4.0 - avformat.h
|
||||
Add AVFormatContext.protocol_whitelist and protocol_blacklist.
|
||||
Add 'protocol_whitelist' and 'protocol_blacklist' private options for
|
||||
avio_open2().
|
||||
|
||||
2016-xx-xx - lavc 57.13.0 - avcodec.h
|
||||
Add AVCodecContext.hw_frames_ctx.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue