Module: libav Branch: release/0.8 Commit: 123d7c0c1a47af98f5abf75405566b029930f7ba
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Thu Sep 29 18:46:00 2016 +0200 Prepare for the 0.8.18 release --- Changelog | 9 +++++++++ RELEASE | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index ecbb6ef..68947f9 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,15 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 0.8.18: + + - ac3_parser: add required padding for GetBitContext buffer (CVE-2016-7393) + - aac_parser: add required padding for GetBitContext buffer + - mjpegdec: Check number of components for JPEG-LS (CVE-2015-1872) + - h263: Always check both dimensions (CVE-2015-5479) + - segment: Fix the failure paths + - tls: Use the right return value for breaking out due to the interrupt callback + version 0.8.17: - utvideodec: Handle slice_height being zero (CVE-2014-9604) diff --git a/RELEASE b/RELEASE index 9bba175..492fd93 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.8.17 +0.8.18 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
