I am getting an access violation when using EnVar Plugin (first run) and WinDBG Reports
Heap block at 0078C690 modified at 0078C6A8 past requested size of 10
After loading Envar.dll (x86-unicode)
I can make this go away by setting #define APPEND_SIZE 8 (from 4).
I wonder whether one could drill the issue down to a real fix.
I am getting an access violation when using EnVar Plugin (first run) and WinDBG Reports
Heap block at 0078C690 modified at 0078C6A8 past requested size of 10After loading Envar.dll (x86-unicode)
I can make this go away by setting
#define APPEND_SIZE 8(from 4).I wonder whether one could drill the issue down to a real fix.