Custom Query (69 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 69)

Ticket Resolution Summary Owner Reporter
#24 fixed Trap in FS_FSINFO because of NULL "pBootFSInfo" pointer in pVolInfo erdmann
Description

Recently I had a trap in FAT32.IFS and I tracked it down to routine "FS_FSINFO" in file "fat32.c". The trap occurred in version 0.9.13 version but the code is still unchanged in the current version 0.10.x. The trap occurred in this line of code: pAlloc->cUnitAvail = pVolInfo->pBootFSInfo->ulFreeClusters;

The trap occurs because at this point, pBootFSInfo is NULL. The trap happened because OS2DASD/OS2LVM got confused of if a (removable) USB stick was present or not and the said USB stick was formatted with FAT32 filesystem.

#23 fixed makefile updates to add clean and base directory makefile abwillis
Description

I decided I wanted an easier clean so have added clean to the make files and created a base directory makefile.

#22 fixed Update version strings in all binaries to reflect current level Lewis Rosenthal
Description

Latest FAT32 alpha binaries report themselves as 0.9.13, conflicting with the latest tagged release, which is confusing.

Version strings should be updated to the expected GA version level, even if "a" or "b" are appended to denote alpha or beta status.

Examples:

FAT32.IFS:

FAT32.IFS version 0.9.13 Mar 22 2015

UPFAT32.DLL:

FAT32 0.9.13 (UFAT32.DLL version %s compiled on Mar 22 2015)
Note: See TracQuery for help on using queries.