OpenMPT.txt 897 B

1234567891011121314151617
  1. zlib 1.2.12.
  2. Files not required by OpenMPT have been removed.
  3. OpenMPT specific changes:
  4. * A work-around for <https://github.com/madler/zlib/issues/606> been applied
  5. in deflate.h.
  6. * <https://github.com/madler/zlib/commit/eff308af425b67093bab25f80f1ae950166bece1>
  7. and
  8. <https://github.com/madler/zlib/commit/1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d>
  9. for CVE-2022-37434 have been applied.
  10. * iowin32.c has been modified to only use Windows 8 WinRT API when actually
  11. compiling for Windows 8 or later.
  12. * minizip has been modified to check for allocation failure. A similar fix
  13. has been proposed upstream: <https://github.com/madler/zlib/pull/566>
  14. * All custom modifications are marked with /* OpenMPT */
  15. * For building, premake is used to generate Visual Studio project files.
  16. See ../build/premake/ for details.
  17. No further changes have been made.