diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-04-05 18:39:10 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-04-05 18:39:10 +0100 |
commit | a6bc7ed17d202107208bbe637ca92d5886c3d686 (patch) | |
tree | 2dfb9980680204b9362e6e5cbb66c4ef78d1b167 /ChangeLog | |
parent | 240889c0d0a7ead9df29c5d154403490fb09e8c7 (diff) | |
download | xine-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |