mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[SHELL32] Check pidl->mkid.cb == 0 at CChangeNotify::ShouldNotify
CORE-13950
This commit is contained in:
@@ -550,6 +550,8 @@ BOOL CChangeNotify::ShouldNotify(LPDELITICKET pTicket, LPNOTIFSHARE pShared)
|
||||
return TRUE;
|
||||
|
||||
pidl = (LPITEMIDLIST)((LPBYTE)pShared + pShared->ibPidl);
|
||||
if (pidl->mkid.cb == 0 && pShared->fRecursive)
|
||||
return TRUE;
|
||||
|
||||
if (pTicket->ibOffset1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user