From 798b3ed3fbc31672e6400e18db37deef03fff44f Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 8 Mar 2015 22:22:28 -0400 Subject: [PATCH] doc: More changelog updates for v9.18 --- Changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog b/Changelog index 9c0ecf6c20..9f1f138c39 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,12 @@ Releases are sorted from youngest to oldest. version 9.18: +- tiff: Check that there is no aliasing in pixel format selection (CVE-2014-8544) +- utvideodec: Handle slice_height being zero (CVE-2014-9604) +- rmenc: limit packet size +- rv10: check size of s->mb_width * s->mb_height +- eamad: check for out of bounds read (CID/1257500) +- arm: Suppress tags about used cpu arch and extensions - img2dec: correctly use the parsed value from -start_number - h264_cabac: Break infinite loops - matroskadec: Fix read-after-free in matroska_read_seek() (chromium/427266)