Alexandre Julliard pushed to branch master at wine / wine
Commits: 25d277b5 by Sven Baars at 2025-04-20T17:05:11+02:00 ntdll/tests: Fix some string leaks (Valgrind).
- - - - - 9465ac15 by Sven Baars at 2025-04-20T17:05:11+02:00 ntdll/tests: Don't trace invalid pointers (Valgrind).
This fixes a crash when value_data is equal to 0xdeadbeef.
- - - - - ebdfb23d by Sven Baars at 2025-04-20T17:05:13+02:00 ntdll/tests: Fix some uninitialized variable warnings (Valgrind).
- - - - - 07ec7f83 by Sven Baars at 2025-04-20T17:05:13+02:00 ntdll: Avoid evaluating a possibly uninitialized variable in RtlExpandEnvironmentStrings(). (Valgrind).
- - - - -
4 changed files:
- dlls/ntdll/env.c - dlls/ntdll/tests/directory.c - dlls/ntdll/tests/reg.c - dlls/ntdll/tests/string.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f86cffdafd0cefad20afda478a99b2...