doc: More changelog updates for v9.18

This commit is contained in:
Reinhard Tartler
2015-03-08 22:22:28 -04:00
parent 62b0462e5f
commit 798b3ed3fb

View File

@@ -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)