Merge tag 'v0.20.20'

release v0.20.20
This commit is contained in:
Max Kellermann
2018-05-22 12:47:11 +02:00
10 changed files with 127 additions and 7 deletions

View File

@@ -128,7 +128,7 @@ dsdlib_tag_id3(InputStream &is,
return;
const auto count64 = size - tagoffset;
if (count64 < 10 || count64 > 1024 * 1024)
if (count64 < 10 || count64 > 4 * 1024 * 1024)
return;
if (!dsdlib_skip_to(nullptr, is, tagoffset))