Author: pschweitzer Date: Wed Sep 6 11:49:30 2017 New Revision: 75772
URL: http://svn.reactos.org/svn/reactos?rev=75772&view=rev Log: [FASTFAT] Don't decrease the open handle count too much (in cleanup & close). This avoid overflow and allows correct openings count
Modified: trunk/reactos/drivers/filesystems/fastfat/close.c
Modified: trunk/reactos/drivers/filesystems/fastfat/close.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfat... ============================================================================== --- trunk/reactos/drivers/filesystems/fastfat/close.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/fastfat/close.c [iso-8859-1] Wed Sep 6 11:49:30 2017 @@ -52,7 +52,6 @@ FileObject->FsContext2 = NULL; FileObject->FsContext = NULL; FileObject->SectionObjectPointer = NULL; - DeviceExt->OpenHandleCount--;
if (pCcb) {