Ignore:
Timestamp:
Aug 14, 2009, 5:18:10 PM (16 years ago)
Author:
vladest
Message:
  1. Attempt to add support for DosAllocMem at specific address
  2. Fixed crashes in Handle manager when its tries to access non initialized pointer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/wprocess.cpp

    r21302 r21339  
    946946     *  Endif
    947947     */
    948     strcpy(szModname, lpszLibFile);
     948    strcpy(szModname, ODINHelperStripUNC((char*)lpszLibFile));
    949949    strupr(szModname);
    950950    dot = strchr(szModname, '.');
Note: See TracChangeset for help on using the changeset viewer.