Ignore:
Timestamp:
Feb 25, 2010, 6:43:10 PM (15 years ago)
Author:
vladest
Message:

KERNEL32:

  • Added some security related functions
  • removed extra logging
File:
1 edited

Legend:

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

    r21355 r21361  
    573573    if (ascii == NULL)
    574574    {
    575         DebugInt3();
     575        //DebugInt3();
    576576        if (unicode != NULL) unicode[0] = 0; //CB: set at least end
    577577        return NULL;
     
    579579
    580580    if (unicode == NULL) {
    581         DebugInt3();
     581        //DebugInt3();
    582582        return NULL;  /* garbage in, garbage out ! */
    583583    }
Note: See TracChangeset for help on using the changeset viewer.