mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:25:45 +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;
|
IGenericSFImpl *sf;
|
||||||
DWORD dwSize;
|
DWORD dwSize;
|
||||||
WCHAR szName[100];
|
WCHAR szName[MAX_PATH];
|
||||||
TRACE ("unkOut=%p %s\n", pUnkOuter, shdebugstr_guid (riid));
|
TRACE ("unkOut=%p %s\n", pUnkOuter, shdebugstr_guid (riid));
|
||||||
|
|
||||||
if (!ppv)
|
if (!ppv)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue