VirtualBox

Changeset 2770 in kBuild for trunk/src/kmk/kbuild.c


Ignore:
Timestamp:
Feb 1, 2015 5:12:37 PM (10 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette