website: manual: refresh qi.html to be reflected on the website
[dragora.git] / patches / libid3tag / libid3tag-0.15.1b-id3v2-endless-loop.patch
blobc4557f133bce75cd815e20e9c315e6035eff4049
1 --- utf16.c.old 2005-01-07 12:35:28.622883237 +0100
2 +++ utf16.c 2005-01-07 12:35:36.603673548 +0100
3 @@ -250,6 +250,8 @@
4 id3_ucs4_t *ucs4;
6 end = *ptr + (length & ~1);
7 + if (end == *ptr)
8 + return 0;
10 utf16 = malloc((length / 2 + 1) * sizeof(*utf16));
11 if (utf16 == 0)