Changes between Version 1 and Version 2 of Ticket #24, comment 1


Ignore:
Timestamp:
Oct 2, 2016, 9:26:13 AM (8 years ago)
Author:
erdmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24, comment 1

    v1 v2  
    22
    33there are a whole lot of other places where pBootFSInfo pointer is used. They might suffer from the same problem.[[BR]]
    4 The "pBootFSInfo" pointer should be properly set in FS_MOUNT in file "ifsmount.c" but apparently there are conditions where the volume is no longer mounted but the filesystem (FAT32.IFS in this case) is not properly notified of this fact.[[BR]]
     4The "pBootFSInfo" pointer should be properly set in FS_MOUNT in file "ifsmount.c" but apparently there are conditions where the volume is no longer mounted but the filesystem (FAT32.IFS in this case) is not properly notified of this fact (or the other way around: the IFS is notified of an unmount but never properly receives a remount request).[[BR]]
    55While this really is a problem of the kernel and/or the DMDs, the IFS still has to protect itself against this problem.