diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-28 22:50:47 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-03-28 22:50:47 +0000 |
commit | 11da081690da7a299909dfba0a6ad913dc11a3e3 (patch) | |
tree | b96dc0a2426819f6655d48bd8f0acec7f1fee6cb | |
parent | 7d7b7eb2f71df2e90e4100348993966e5c26d022 (diff) | |
download | xine-lib-11da081690da7a299909dfba0a6ad913dc11a3e3.tar.gz xine-lib-11da081690da7a299909dfba0a6ad913dc11a3e3.tar.bz2 |
Changelog entries for the AIFF & LPCM fixes.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ xine-lib (1.1.11.1) 2008-??-?? possibly execute arbitrary code. (CVE-2008-1482) * Added a few more memory allocation checks to the above demuxers. * WAV file playback fix: don't assume that the first chunk is "fmt ". + * Don't try to play partial 24-bit AIFF frames (decoder would lose data). + * Fixed handling of AIFF comment chunks. + * LPCM fixes: input over-reading, conversion of 24-bit samples. xine-lib (1.1.11) 2008-03-19 * Security fixes: |