Merged release 0.15.6 from branch 'v0.15.x'
Conflicts: NEWS configure.ac
This commit is contained in:
@@ -472,7 +472,7 @@ tag_id3_riff_aiff_load(FILE *file)
|
||||
if (size == 0)
|
||||
return NULL;
|
||||
|
||||
if (size > 256 * 1024)
|
||||
if (size > 4 * 1024 * 1024)
|
||||
/* too large, don't allocate so much memory */
|
||||
return NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user