diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-08-25 13:50:32 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-08-25 13:50:32 +0100 |
commit | 104278cb4cf805fc875ebd49b4a4b8f369b91c7d (patch) | |
tree | 5326778da99efa81163a7ffb7c31cf90041d88de /ChangeLog | |
parent | d122dee9253731cf50428228d1b670739d874eb2 (diff) | |
download | xine-lib-104278cb4cf805fc875ebd49b4a4b8f369b91c7d.tar.gz xine-lib-104278cb4cf805fc875ebd49b4a4b8f369b91c7d.tar.bz2 |
Fix a possible heap buffer overflow in the ffmpeg video decoder.
This could happen where the actual image height is not a multiple of 16.
--HG--
extra : transplant_source : %10%BD%8C%FE%BA%CA0%D5k%8A%9CH%DD%B1-%A7E4%CD%E6
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ xine-lib (1.1.16) 2008-??-?? * Security fixes: - Integer overflows in the ffmpeg audio decoder and the CDDA server. + - Heap buffer overflow in the ffmpeg video decoder. * Fix reported compilation failures (with C++ programs). * Fix CDDB access in 64-bit builds. |