mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 08:31:57 +00:00
don't write beyond the arraysize
svn path=/trunk/; revision=31972
This commit is contained in:
parent
cf647b0d3b
commit
ad976f79ed
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue