Changes between Initial Version and Version 1 of Ticket #24, comment 1
- Timestamp:
- Oct 2, 2016, 11:22:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24, comment 1
initial v1 1 1 Just to add, 2 2 3 there are a whole lot of other places where pBootFSInfo pointer is used. They might suffer from the same problem. 3 there 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]] 5 While this really is a problem of the kernel and/or the DMDs, the IFS still has to protect itself against this problem.