mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[SHELL32] Abort change notifications on a nullptr
CORE-15703
This commit is contained in:
@@ -730,6 +730,12 @@ _NotificationCompletion(DWORD dwErrorCode, // completion code
|
||||
return;
|
||||
}
|
||||
|
||||
if (!item)
|
||||
{
|
||||
ERR("item == NULL\n");
|
||||
return;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* This likely means overflow, so force whole directory refresh. */
|
||||
|
||||
Reference in New Issue
Block a user