summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-20 18:03:04 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-04-20 18:03:04 +0100
commitd59c3de535738d8cd5d313b5a4f5502fa0aa7081 (patch)
tree7dd538bb4f792529a6e10892c41ac4d2e53156e2
parentb20ea4a074c5be50e82321061ee73193b15a10d7 (diff)
downloadxine-lib-d59c3de535738d8cd5d313b5a4f5502fa0aa7081.tar.gz
xine-lib-d59c3de535738d8cd5d313b5a4f5502fa0aa7081.tar.bz2
CVE no. for the NSF bug.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 03b361632..cf2588b39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ xine-lib (1.1.12.1) 2008-??-??
* Security fixes:
- Buffer overflow in the NSF demuxer which may allow remote attackers to
cause a denial of service (crash) or possibly execute arbitrary code
- via an NSF file with a long title or copyright message. (SA29850)
+ via an NSF file with a long title or copyright message. (CVE-2008-1878)
- For extra safety against possible Integer overflows like the ones found
in CVE-2008-1482, backport more calloc usage from 1.2 branch.