mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
don't write beyond the arraysize
svn path=/trunk/; revision=31972
This commit is contained in:
@@ -104,7 +104,7 @@ HRESULT WINAPI ISF_MyComputer_Constructor (IUnknown * pUnkOuter, REFIID riid, LP
|
||||
{
|
||||
IGenericSFImpl *sf;
|
||||
DWORD dwSize;
|
||||
WCHAR szName[100];
|
||||
WCHAR szName[MAX_PATH];
|
||||
TRACE ("unkOut=%p %s\n", pUnkOuter, shdebugstr_guid (riid));
|
||||
|
||||
if (!ppv)
|
||||
|
||||
Reference in New Issue
Block a user