From a6bc7ed17d202107208bbe637ca92d5886c3d686 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 5 Apr 2009 18:39:10 +0100 Subject: Fix handling of the length of UTF-16 content sourced from, e.g., ID3 tags. This avoids use of strlen(), which doesn't cope well with UTF-16, and also has the ID3 parser double-NUL-terminate the buffered string. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c37a8a48..365077ee7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ xine-lib (1.1.17) 2009-??-?? * Correct invalid MIME info in the MOD demuxer. * Fix a resource leak in libdvdnav. * Properly NUL-terminate when reading ID3v2.2 tag content. + * Fix handling of the length of UTF-16 content sourced from, e.g., ID3 tags. xine-lib (1.1.16.3) 2009-04-03 * Security fixes: -- cgit v1.2.3