﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
24	"Trap in FS_FSINFO because of NULL ""pBootFSInfo"" pointer  in pVolInfo"	erdmann		"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.


"	defect	closed	critical	GA	IFS		highest	fixed		
