diff options
| author | dmlunar <root@lunar.sh> | 2026-06-20 19:05:41 +0200 |
|---|---|---|
| committer | dmlunar <root@lunar.sh> | 2026-06-20 19:05:41 +0200 |
| commit | 0b290914492c3eca7a0432be2ea2f0c8f5d71408 (patch) | |
| tree | 46accdf61822e83be9f81284b1b24ddff4f371d5 /tests | |
| parent | 866cf2e673e0dc77071a4e111c47cc9199cfe948 (diff) | |
| download | cdl86-0b290914492c3eca7a0432be2ea2f0c8f5d71408.tar.gz cdl86-0b290914492c3eca7a0432be2ea2f0c8f5d71408.zip | |
cdl86: project updates
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basic_jmp.c | 2 | ||||
| -rw-r--r-- | tests/basic_swbp.c | 2 |
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");
|
