Hi!
25-Июл-2004 00:08 [EMAIL PROTECTED] (Bart Oldeman) 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);
Unfortunately, this is not the last access to *navc without checking.
Unfortunately, there changed UWORD *dpw, where FcbFatGetDrvData() passes
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