1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
VS2013/2015 VLD Main leaks count fixed More... over 9 years ago
Test fixed on x64 Release More... over 9 years ago
DllMain test improved More... over 9 years ago
Merge pull request #8 from ioannis-e/ioannis More... over 9 years ago
Update VS2013 and 2015 projects and solutions More... over 9 years ago
Improvements to vld_unload test More... over 9 years ago
Run vld_unload on AppVeyor More... over 9 years ago
Post build step fixed for tests More... over 9 years ago
Add vld_ComTest (after compilation the DLL should register successfully Add vld_unload test (loads and unloads two dlls and observes the loading/unloading behaviour of vld library) Fix build configurations Ignore ComTest generated files More... over 9 years ago
In RestoreImport get the real address by calling g_vld._RGetProcAddress. Improve Debug Reports information to more readable format and display after hook or unhook was completed successfully. More... over 9 years ago
Avoid access violation exceptions when calling ImageDirectoryEntryToDataEx in cases where the module has already unloaded by using parameter Base = NULL. More... over 9 years ago
Add vld_main test to ensure startup crt allocations are skipped, but dynamic initialization of static and global variables is not. Fix vld_main exit code and add a comment of expected behaviour. More... over 9 years ago
Expression 'NumChars >= 0' is always true. Unsigned type value is always >= 0 More... over 9 years ago
Add option to skip reporting crt startup allocations as memory leaks Optimise identification and cache of crt leaks Exclude internal modules stack lines for VS2013 Use beginWith and endWith to compare file paths to simplify and make code easier to maintain More... over 9 years ago
Add debug calls to msvcrt.dll as msvcrtd.dll is not distributed any more. More... over 9 years ago
Set HeapEnableTerminationOnCorruption to ensure process termination on corruption test More... over 9 years ago
Ignore CRT allocations in debug runtime More... over 9 years ago
Fix building with source path with spaces Copy test dependencies prior to the build More... over 9 years ago
Clean up VS2013 and VS2015 project files More... over 9 years ago
Fix #6359, #10553, Visual Leak Detector is unloaded before IMalloc interface is released. Capture IMalloc->Realloc context More... over 9 years ago
Save IniFile path in registry for both HKLM32 and HKLM64 as the registry key is being redirected during setup. More... over 9 years ago
Correct variable name pcrtxxd_vector_new, pmfcd__vector_new_dbg_4p More... over 9 years ago
Improvements to vld tests Mark all previous memory leaks as reported which are not part of the current test. More... over 9 years ago
Build status added More... over 9 years ago
Testing with VldStackWalkMethod = safe added More... over 9 years ago
Renamed solution configuration for msbuild More... over 9 years ago
TEST(CorruptionDeathTest, HeapMismatch) fixed in release More... over 9 years ago
appveyor.yml added More... over 9 years ago
Improve thread synchronisation More... over 9 years ago
VS2013 project building fixed More... over 9 years ago