Module: libav Branch: release/9 Commit: 798b3ed3fbc31672e6400e18db37deef03fff44f
Author: Reinhard Tartler <[email protected]> Committer: Reinhard Tartler <[email protected]> Date: Sun Mar 8 22:22:28 2015 -0400 doc: More changelog updates for v9.18 --- Changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog b/Changelog index 9c0ecf6..9f1f138 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) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
