From b20fb51ccb8068b5526aa80bbe1235343c692a47 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Sun, 22 Sep 2024 21:26:41 +0200 Subject: [PATCH] libk2pdfopt: fix uninitialized memory access Cf. https://github.com/koreader/libk2pdfopt/pull/57 --- thirdparty/libk2pdfopt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/libk2pdfopt/CMakeLists.txt b/thirdparty/libk2pdfopt/CMakeLists.txt index 7e3855189..941afd457 100644 --- a/thirdparty/libk2pdfopt/CMakeLists.txt +++ b/thirdparty/libk2pdfopt/CMakeLists.txt @@ -16,7 +16,7 @@ list(APPEND INSTALL_CMD COMMAND ${CMAKE_COMMAND} --install .) append_shared_lib_install_commands(INSTALL_CMD k2pdfopt VERSION 2) external_project( - DOWNLOAD GIT 6e79f026b044beef0015f3ddedc818a6d4a01f44 + DOWNLOAD GIT 0be83e5d9d04dfa1c8bd7c7230851d251cf9f429 https://github.com/koreader/libk2pdfopt.git PATCH_COMMAND ${PATCH_CMD} CMAKE_ARGS ${CMAKE_ARGS}