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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user