View Issue Details

IDProjectCategoryView StatusLast Update
0001985Far ManagerPlugins APIpublic2012-01-14 10:54
Reportermax rusov Assigned Toalexy  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version3.0 
Summary0001985: Неправильно подсчитывается память для MCTL_GETLASTERROR
Descriptionplugapi.cpp

Вместо:

Size += static_cast<int>(ErrSrc.GetLength() + 1);

наверное, надо

Size += static_cast<int>(ErrSrc.GetLength() + 1) * sizeof(wchar_t);
TagsNo tags attached.
Build2379

Activities

alexy

2012-01-14 10:54

administrator   bugnote:0008421

2379

Issue History

Date Modified Username Field Change
2012-01-14 10:44 max rusov New Issue
2012-01-14 10:54 alexy Build => 2379
2012-01-14 10:54 alexy Note Added: 0008421
2012-01-14 10:54 alexy Status new => closed
2012-01-14 10:54 alexy Assigned To => alexy
2012-01-14 10:54 alexy Resolution open => fixed
2012-01-14 10:54 alexy Fixed in Version => 3.0