diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-02-13 12:00:51 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-02-13 12:00:51 +0000 |
commit | 8d38cd443f4edd9554f676860cda7850da7ed246 (patch) | |
tree | e41f3955beff5bf4177bd0f84b54accf3d35cd39 /ChangeLog | |
parent | d502325ee96bf176a539edecfc25036c540edabc (diff) |
gst/id3demux/id3v2frames.c: Add more validation to ensure that a char encoding conversion produced a valid UTF-8 string.
Original commit message from CVS:
* gst/id3demux/id3v2frames.c: (parse_insert_string_field),
(parse_split_strings):
Add more validation to ensure that a char encoding conversion
produced a valid UTF-8 string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-02-13 Jan Schmidt <thaytan@mad.scientist.com> + + * gst/id3demux/id3v2frames.c: (parse_insert_string_field), + (parse_split_strings): + Add more validation to ensure that a char encoding conversion + produced a valid UTF-8 string. + 2006-02-13 Mark Nauwelaerts <manauw@skynet.be> Reviewed by: Edward Hervey <edward@fluendo.com> |