diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-04-03 19:31:34 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-04-03 19:31:34 +0100 |
commit | 35096a8b8fe10d8f2f3a770fa3740d842013380b (patch) | |
tree | 1ed7a791b60d2819f4b7dd1f28ea58b3d9f5726c | |
parent | 93e18cdcc4e4a0a16b772f25bb45741fb537492c (diff) | |
download | xine-lib-35096a8b8fe10d8f2f3a770fa3740d842013380b.tar.gz xine-lib-35096a8b8fe10d8f2f3a770fa3740d842013380b.tar.bz2 |
Correct a CVE no.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ xine-lib (1.1.17) 2009-??-?? xine-lib (1.1.16.3) 2009-04-03 * Security fixes: - Fix another possible int overflow in the 4XM demuxer. - (ref. TKADV2009-004, CVE-2009-0385) + (ref. TKADV2009-004, CVE-2009-0698) - Fix an integer overflow in the Quicktime demuxer. * Enable libmpeg2new (if configured with --enable-libmpeg2new). This is not yet production code; the old mpeg2 decoder remains the default. @@ -27,7 +27,7 @@ xine-lib (1.1.16.2) 2009-02-10 * More malloc checking (ref. CVE-2008-5240). * Fix race conditions in gapless_switch (ref. kde bug #180339) * Fix a possible integer overflow in the 4XM demuxer. - (TKADV2009-004, CVE-2009-0385) + (TKADV2009-004, CVE-2009-0698) xine-lib (1.1.16.1) 2009-01-11 * Fix build with older ffmpeg, both internal and in Debian 5.0. |