From 0b290914492c3eca7a0432be2ea2f0c8f5d71408 Mon Sep 17 00:00:00 2001 From: dmlunar Date: Sat, 20 Jun 2026 19:05:41 +0200 Subject: cdl86: project updates --- tests/basic_jmp.c | 2 +- tests/basic_swbp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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"); -- cgit v1.2.3-70-g09d2