Module: libav Branch: release/11 Commit: 457d069c41aa5904a3664b2ff219d7ee7244c0e3
Author: Sean McGovern <[email protected]> Committer: Sean McGovern <[email protected]> Date: Sun Feb 4 13:08:05 2018 -0500 Update changelog for v11.12 --- Changelog | 7 +++++++ RELEASE | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 8604202..1f4f2ed 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,13 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 11.12: + - smacker: add sanity check for length in smacker_decode_tree() (CVE-2017-16803) + - smacker: limit recursion depth of smacker_decode_bigtree + - vc1: skip motion compensation when data for last picture is invalid (bug/1101) + - matroskadec: allow RealAudio/Cook/Sipro streams of flavor 0 (bug/1055) + - cmdutils: update copyright year to 2018 + version 11.11: - dfa: Disallow odd width/height and add proper bounds check for DDS1 chunks (CVE-2017-9992) - pictor: Correctly check frame dimensions (CVE-2017-7862) diff --git a/RELEASE b/RELEASE index d5aafd5..c764892 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -11.11 +11.12 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
