Skip to content

Commit 1408c21

Browse files
committed
Deps: Update kananlib (fix crash when scanning through bad memory)
1 parent ff166b4 commit 1408c21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ FetchContent_Declare(bddisasm
7272
)
7373
FetchContent_MakeAvailable(bddisasm)
7474

75-
message(STATUS "Fetching kananlib (9e7acae3945e3b78f9261a0989283fa4b50ecf2e)...")
75+
message(STATUS "Fetching kananlib (37219bc628c852a1acd65af82fc15faf0ded1e61)...")
7676
FetchContent_Declare(kananlib
7777
GIT_REPOSITORY
7878
"https://github.com/cursey/kananlib"
7979
GIT_TAG
80-
9e7acae3945e3b78f9261a0989283fa4b50ecf2e
80+
37219bc628c852a1acd65af82fc15faf0ded1e61
8181
)
8282
FetchContent_MakeAvailable(kananlib)
8383

cmake.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tag = "70db095765ab2066dd88dfb7bbcc42259ed167c5"
5656

5757
[fetch-content.kananlib]
5858
git = "https://github.com/cursey/kananlib"
59-
tag = "9e7acae3945e3b78f9261a0989283fa4b50ecf2e"
59+
tag = "37219bc628c852a1acd65af82fc15faf0ded1e61"
6060

6161
[fetch-content.safetyhook]
6262
git = "https://github.com/praydog/safetyhook"

0 commit comments

Comments
 (0)