Skip to content

Commit 14b8ae8

Browse files
bkaradzicCopilot
andcommitted
Bump JsRuntimeHost pin to include napi string-getter underflow fix
Update the JsRuntimeHost FetchContent GIT_TAG to JRH main HEAD (272f6a9f), which fixes an integer underflow in the Chakra napi_get_value_string_* zero-bufsize handling (bufsize - 1 underflows to SIZE_MAX, causing an out-of-bounds write): BabylonJS/JsRuntimeHost#197 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fe380a7 commit 14b8ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ FetchContent_Declare(ios-cmake
5454
EXCLUDE_FROM_ALL)
5555
FetchContent_Declare(JsRuntimeHost
5656
GIT_REPOSITORY https://github.com/BabylonJS/JsRuntimeHost.git
57-
GIT_TAG 99457c03625782c3eeac6609f632538c7c9445d0)
57+
GIT_TAG 272f6a9f3de78f7c4cd8a838ae9655c81fc4881a)
5858
FetchContent_Declare(metal-cpp
5959
GIT_REPOSITORY https://github.com/bkaradzic/metal-cpp.git
6060
GIT_TAG metal-cpp_26

0 commit comments

Comments
 (0)