From: <sv...@op...> - 2024-03-15 12:23:54
|
Author: manx Date: Fri Mar 15 13:23:36 2024 New Revision: 20354 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20354 Log: [Doc] libopenmpt: Update changelog. Modified: branches/OpenMPT-1.31/doc/libopenmpt/changelog.md Modified: branches/OpenMPT-1.31/doc/libopenmpt/changelog.md ============================================================================== --- branches/OpenMPT-1.31/doc/libopenmpt/changelog.md Fri Mar 15 13:14:36 2024 (r20353) +++ branches/OpenMPT-1.31/doc/libopenmpt/changelog.md Fri Mar 15 13:23:36 2024 (r20354) @@ -7,6 +7,17 @@ ### libopenmpt 0.7.5-pre + * [**Sec**] Null-pointer write (32bit platforms) or excessive memory + allocation (64bit platforms) when reading close to 4GiB of data from + unseekable files (r20336, r20338). + * [**Sec**] Write buffer overflow when reading unseekable files close to + 4GiB in size (r20339). + * [**Sec**] Possible out-of-memory (32bit platforms) or excessive memory + allocation (64bit platforms) when reading malformed data from unseekable + files (r20340). + * [**Sec**] DMF: Possible null-pointer write or excessive memory allocation + when reading DMF files (r20323). + * xmp-openmpt: Metadata retrievel for playlist items was broken. ### libopenmpt 0.7.4 (2024-03-03) |