Ignore:
Timestamp:
Feb 1, 2015, 6:12:37 PM (11 years ago)
Author:
bird
Message:

string expansion debugged and enabled. fixed access-after-alloc bug in func_sort and could lead to heap corruption.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kbuild.c

    r2540 r2770  
    570570    }
    571571    pVar->recursive = 0;
     572    VARIABLE_CHANGED(pVar);
    572573    return pVar;
    573574}
     
    26212622            pDefTemplate->value_length = off;
    26222623            pDefTemplate->value[off] = '\0';
     2624
     2625            VARIABLE_CHANGED(pDefTemplate);
    26232626        }
    26242627
Note: See TracChangeset for help on using the changeset viewer.