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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24, comment 1

    initial v1  
    11Just to add,
    22
    3 there are a whole lot of other places where pBootFSInfo pointer is used. They might suffer from the same problem.
     3there are a whole lot of other places where pBootFSInfo pointer is used. They might suffer from the same problem.[[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.[[BR]]
     5While this really is a problem of the kernel and/or the DMDs, the IFS still has to protect itself against this problem.