Module: libav Branch: release/0.8 Commit: 28544f7c699d5b2e9d3c27e32b8b717a4eaa2193
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Sat Oct 14 02:43:08 2017 +0200 Prepare for the 0.8.21 release --- Changelog | 8 ++++++++ RELEASE | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 6e0bca5..ef8b74d 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,14 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 0.8.21: + + - h264_cavlc: check the value of run_before (Bug-Id: 1000, CVE-2017-7208) + - pictor: Correctly check frame dimensions (CVE-2017-7862) + - dfa: Disallow odd width/height and add proper bounds check for DDS1 chunks (CVE-2017-9992) + - smacker: Check that the data size is a multiple of a sample vector (CVE-2015-8365) + - configure: make jack depend on pthreads + version 0.8.20: - mpegvideo: Fix undefined negative shifts in mpeg_motion_internal (Bug-Id: 980, CVE-2016-9820) diff --git a/RELEASE b/RELEASE index d757c24..9f75b28 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.8.20 +0.8.21 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
