mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[TASKMGR]
- Fix potential stack buffer overflows. CID 1322094, 1322095 svn path=/trunk/; revision=69627
This commit is contained in:
@@ -371,11 +371,11 @@ DWORD WINAPI PerformancePageRefreshThread(void *lpParameter)
|
||||
|
||||
StrFormatByteSizeW(CommitChargeTotal * 1024,
|
||||
szChargeTotalFormat,
|
||||
sizeof(szChargeTotalFormat));
|
||||
_countof(szChargeTotalFormat));
|
||||
|
||||
StrFormatByteSizeW(CommitChargeLimit * 1024,
|
||||
szChargeLimitFormat,
|
||||
sizeof(szChargeLimitFormat));
|
||||
_countof(szChargeLimitFormat));
|
||||
|
||||
if (!bInMenuLoop)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user