summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-04-05 18:39:10 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-04-05 18:39:10 +0100
commita6bc7ed17d202107208bbe637ca92d5886c3d686 (patch)
tree2dfb9980680204b9362e6e5cbb66c4ef78d1b167 /ChangeLog
parent240889c0d0a7ead9df29c5d154403490fb09e8c7 (diff)
downloadxine-lib-a6bc7ed17d202107208bbe637ca92d5886c3d686.tar.gz
xine-lib-a6bc7ed17d202107208bbe637ca92d5886c3d686.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
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: