summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-06-20 19:05:41 +0200
committerdmlunar <root@lunar.sh>2026-06-20 19:05:41 +0200
commit0b290914492c3eca7a0432be2ea2f0c8f5d71408 (patch)
tree46accdf61822e83be9f81284b1b24ddff4f371d5 /tests
parent866cf2e673e0dc77071a4e111c47cc9199cfe948 (diff)
downloadcdl86-0b290914492c3eca7a0432be2ea2f0c8f5d71408.tar.gz
cdl86-0b290914492c3eca7a0432be2ea2f0c8f5d71408.zip
cdl86: project updates
Diffstat (limited to 'tests')
-rw-r--r--tests/basic_jmp.c2
-rw-r--r--tests/basic_swbp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic_jmp.c b/tests/basic_jmp.c
index c3bd599..51bd912 100644
--- a/tests/basic_jmp.c
+++ b/tests/basic_jmp.c
@@ -60,7 +60,7 @@ int main(
__in void
)
{
- struct cdl_jmp_patch jmp_patch = {};
+ struct cdl_jmp_patch jmp_patch = {0};
addo = (add_t*)add;
printf("Before attach: \n");
diff --git a/tests/basic_swbp.c b/tests/basic_swbp.c
index f379cd6..0a92370 100644
--- a/tests/basic_swbp.c
+++ b/tests/basic_swbp.c
@@ -60,7 +60,7 @@ int main(
__in void
)
{
- struct cdl_swbp_patch swbp_patch = {};
+ struct cdl_swbp_patch swbp_patch = {0};
addo = (add_t*)add;
printf("Before attach: \n");