diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-05-14 00:39:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-05-14 00:39:42 +0200 |
commit | ba11e4028cfc5d40f49f26a44473a4f70d67c85d (patch) | |
tree | 59d3e81e5501951f9b1134cab67583c47627baf0 | |
parent | 273f2755ce8635d42da3cde0eeba15b2e7842774 (diff) | |
download | ffmpeg-ba11e4028cfc5d40f49f26a44473a4f70d67c85d.tar.gz |
Changelog: Updaten3.2.14
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 3.2.14: +- avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for handling braces +- avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for tag scaning +- avcodec/htmlsubtitles: Be a bit more picky on syntax - libswcale: Fix possible string overflow in test. - avcodec/hq_hqa: Check available space before reading slice offsets - lavf/webm_chunk: Respect buffer size |