pos used uninitialized
Brought to you by:
bfennema
mkudffs.c:454: warning: `pos' might be used uninitialized in this
function
says the compiler, and yes thzere is code:
if (disc->blocksize - sizeof(struct unallocSpaceEntry)
< (rem / max) * sizeof(short_ad))
pos = offset + (length/disc->blocksize);
pos = is not intended.
since the rest of the file is properly intended probabvly a line
of code got lost somewhere.
Can you please check.
Ciao, Marcus
Logged In: NO
Shouldn't there be code at this point to ascertain if additional extents must be employed to contain all the necessary Allocation Descriptors of the Unallocated Space Entry?