summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-11-29 19:34:21 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-11-29 19:34:21 +0000
commit7fc0320c1fdf4f31a787acf1cb92c3ff34a25ef9 (patch)
tree73560c6ed7779489dec3b6f0bbbb3526a9a11e01
parent0e993af1510a313055e50678ebacebb09a1852a9 (diff)
downloadxine-lib-7fc0320c1fdf4f31a787acf1cb92c3ff34a25ef9.tar.gz
xine-lib-7fc0320c1fdf4f31a787acf1cb92c3ff34a25ef9.tar.bz2
Fix buffer overrun reported by Roland Kay with JW's patch. Close bug #1603458.
CVS patchset: 8391 CVS date: 2006/11/29 19:34:21
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dda2bf1ac..42135b744 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
xine-lib (1.1.3)
* Security fixes:
- Heap overflow in libmms (related to CVE-2006-2200)
+ - Buffer overrun in Real Media input plugin. [bug #1603458]
+ Thanks to Roland Kay for reporting and JW for the patch.
* Update build system to support x86 Darwin setups, and merge patches to
support Darwin OS better.
* Replace custom ALSA check with pkg-config check, and make sure 0.9.0 is