summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-02-10 17:17:50 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-02-10 17:17:50 +0000
commita0b9021d54dc9890da5f0c9bd26361db4556f6c2 (patch)
tree980f00f5a31e15e5ef3eeb400d5883b6b1d2643b /ChangeLog
parent2afab9c8441685d1ec8f6ef5c9f8c4a163533dfa (diff)
downloadxine-lib-a0b9021d54dc9890da5f0c9bd26361db4556f6c2.tar.gz
xine-lib-a0b9021d54dc9890da5f0c9bd26361db4556f6c2.tar.bz2
Fix broken size checks in various input plugins (ref. CVE-2008-5239).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33f153b25..ebff0e5de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ xine-lib (1.1.17) 2009-??-??
removing a break statement.
* Enable libmpeg2new. This is not yet production code; the old mpeg2
decoder remains the default.
- * Fix a broken size check in the pvr input plugin (ref. CVE-2008-5239).
+ * Fix broken size checks in various input plugins (ref. CVE-2008-5239).
* More malloc checking (ref. CVE-2008-5240).
* Fix race conditions in gapless_switch (ref. kde bug #180339)