From: <sv...@op...> - 2024-03-15 12:24:16
|
Author: manx Date: Fri Mar 15 13:23:55 2024 New Revision: 20356 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20356 Log: [Doc] libopenmpt: Update changelog. Modified: branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Modified: branches/OpenMPT-1.29/libopenmpt/dox/changelog.md ============================================================================== --- branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Fri Mar 15 13:23:47 2024 (r20355) +++ branches/OpenMPT-1.29/libopenmpt/dox/changelog.md Fri Mar 15 13:23:55 2024 (r20356) @@ -7,6 +7,17 @@ ### libopenmpt 0.5.28-pre + * [**Sec**] Null-pointer write (32bit platforms) or excessive memory + allocation (64bit platforms) when reading close to 4GiB of data from + unseekable files (r20346, r20347). + * [**Sec**] Write buffer overflow when reading unseekable files close to + 4GiB in size (r20348). + * [**Sec**] Possible out-of-memory (32bit platforms) or excessive memory + allocation (64bit platforms) when reading malformed data from unseekable + files (r20349). + * [**Sec**] DMF: Possible null-pointer write or excessive memory allocation + when reading DMF files (r20325). + * xmp-openmpt: Metadata retrievel for playlist items was broken. ### libopenmpt 0.5.27 (2024-03-03) |