Changeset 1846 for trunk/dll/worker.c


Ignore:
Timestamp:
Aug 12, 2015, 10:31:54 PM (10 years ago)
Author:
John Small
Message:

Ticket #524: Ensure no "highmem-unsafe" functions are called directly
Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r1834 r1846  
    6868  24 Jun 15 GKY Corrected failure to show error message when locked non-exe/dll file fails
    6969                delete
     70  12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly
     71                Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions
    7072
    7173***********************************************************************/
     
    18041806                    }
    18051807                    else
    1806                       error = DosForceDelete(wk->li->list[x]);
     1808                      error = xDosForceDelete(wk->li->list[x]);
    18071809                  }
    18081810                  DosReleaseMutexSem(hmtxFM2Delete);
Note: See TracChangeset for help on using the changeset viewer.