From 422e592707e4ffca39528d6e349357adb2d55c96 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 14 Aug 2008 22:16:47 +0100 Subject: xine-lib 1.1.15. --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e2251597e..3368747fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ -xine-lib (1.1.15) 2008-??-?? +xine-lib (1.1.15) 2008-08-14 * Security fixes: - Fix crashes with various corrupted media files, including Ogg. (CVE-2008-3231) This includes a libfaad update from the 1.2 branch. - Delay V4L video frame preallocation until we know how large they'll be. + - Fix an exploitable ID3 heap buffer overflow. + - Check for possible buffer overflow attempts in the Real demuxer. + - Use size_t for data length variables where there may be int overflows. + - Add some checks for memory allocation failures. * Use external ffmpeg and libfaad by default. * V4L: Don't segfault if asked for an input that doesn't exist. * Recognise AMR audio (normally found in 3GP files). -- cgit v1.2.3 From 520ded1c96fb96cea8e08fea0aef71b7dbf0954c Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 14 Aug 2008 22:41:58 +0100 Subject: Added tag xine-lib-1_1_15-release for changeset 17f8ed16524b --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags index 490cab4c7..9dbfe26f5 100644 --- a/.hgtags +++ b/.hgtags @@ -71,3 +71,4 @@ b6be674453e922114b55d4613cb197c77d19f094 xine-lib-1_1_9-release 66e1654718fb0581846d60c60bc09ae3b6b8c0cf xine-lib-1_1_12-release 492f87e6963a8d244df32c40d66a6349aabc4420 xine-lib-1_1_13-release 9b383441a18fb49ccd5a07465d3e3db8821cccf6 xine-lib-1_1_14-release +17f8ed16524ba779af42913e51667e89b83a1887 xine-lib-1_1_15-release -- cgit v1.2.3