Hi!

25-Июл-2004 09:58 Arkady V.Belousov wrote to
[EMAIL PROTECTED]:

BO>> Need to check for navc!=NULL, not *nc!=0xffff in DosGetFree.
BO>> +++ dosfns.c        25 Jul 2004 00:08:34 -0000      1.71
BO>> -  if (*nc != 0xffff)
BO>> +  if (navc != NULL)
BO>>      *navc = (COUNT) dos_free(dpbp);
AVB>      Unfortunately, this is not the last access to *navc without checking.
AVB> Unfortunately, there changed UWORD *dpw,

     Hm. Interesting mistype. :) Should be "UWORD *spc".

AVB> where FcbFatGetDrvData() passes
AVB> pointer to lr.AX, whereas INT21/1B and INT21/1C should modify AL.




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to