VLD v2.5.1 Release Notes
Release Date: 2017-10-17 // over 5 years ago-
2.5.1
โจ Enhancements:
- PDB added to installer.
๐ Bugs Fixed:
- ๐ Fix ntdll loader patch for Windows 10 (1607) Anniversary Update causing crashes (thanks to @ioannis-e).
- ๐ Vld dll loading order fixed with MFC.
- Suppressible msgboxes in setup with cmdline /silent /suppressmsgboxes.
2.5
โจ Enhancements:
- ๐ VS2015 support added.
- ๐ Windows 10 support added.
- ๐ Support MFC 12 MBCS (thanks to @mnissl).
- VLD config through env. vars (thanks to @akaStiX).
- ๐ Support detection DllMain allocations (thanks to @ioannis-e).
- โ Add option to skip reporting crt startup allocations as memory leaks (thanks to @ioannis-e).
- ๐ Improve the vld.ini searching from additional locations (thanks to @ioannis-e).
- ๐ Changed implementation of FastCallStack::getStackTrace for 32-bit code.
๐ Bugs Fixed:
- ๐ Fix #9519, #9859, #10544, use LoaderLock to serialize any calls which load additional libraries or require access to the Loader Lock (thanks to @ioannis-e).
- ๐ Fix #6359, #10553, fix crashes and failure to register COM dlls where Visual Leak Detector is unloaded before IMalloc interface is released (thanks to @ioannis-e).
- ๐ Fix #10548, vld.ini search path (thanks to @ioannis-e).
- ๐ Fix #10587, Visual Leak Detector reporting strange leaks in CRT module of VC++ (thanks to @ioannis-e).
- ๐ Fix #10588, false positives from CRT in VS2013 with /MTd (thanks to @ioannis-e).
- ๐ Deadlock fixed with StackWalkMethod=safe.
Previous changes from v2.5
-
โจ Enhancements:
- ๐ VS2015 support added.
- ๐ Windows 10 support added.
- ๐ Support MFC 12 MBCS (thanks to @mnissl).
- VLD config through env. vars (thanks to @akaStiX).
- ๐ Support detection DllMain allocations (thanks to @ioannis-e).
- โ Add option to skip reporting crt startup allocations as memory leaks (thanks to @ioannis-e).
- ๐ Improve the vld.ini searching from additional locations (thanks to @ioannis-e).
- ๐ Changed implementation of FastCallStack::getStackTrace for 32-bit code.
๐ Bugs Fixed:
- ๐ Fix #9519, #9859, #10544, use LoaderLock to serialize any calls which load additional libraries or require access to the Loader Lock (thanks to @ioannis-e).
- ๐ Fix #6359, #10553, fix crashes and failure to register COM dlls where Visual Leak Detector is unloaded before IMalloc interface is released (thanks to @ioannis-e).
- ๐ Fix #10548, vld.ini search path (thanks to @ioannis-e).
- ๐ Fix #10587, Visual Leak Detector reporting strange leaks in CRT module of VC++ (thanks to @ioannis-e).
- ๐ Fix #10588, false positives from CRT in VS2013 with /MTd (thanks to @ioannis-e).
- ๐ Deadlock fixed with StackWalkMethod=safe.