From b385a772180963813a23baf9a80713a12c86cb7c Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sat, 23 Mar 2013 14:48:40 +0100 Subject: [PATCH] update Changelog --- Changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog b/Changelog index edf3213c30..b183d30033 100644 --- a/Changelog +++ b/Changelog @@ -11,6 +11,7 @@ version 0.8.6: - dsputil: fix invalid array indexing - flacdec: simplify bounds checking in flac_probe() to avoid undefined behavior. - h264: check for luma and chroma bit depth being equal (CVE-2013-2277) +- iff: validate CMAP palette size (CVE-2013-2495) - indeo3: initialise pixel planes on allocation - ivi_common: do not call MC for intra frames when dc_transform is unset - lavf: fix arithmetic overflows in avformat_seek_file()