VirtualBox

Changeset 3302 in kBuild for trunk/src


Ignore:
Timestamp:
Dec 31, 2019 1:45:07 PM (5 years ago)
Author:
bird
Message:

kmk/variable.c: Fix heap error in undefine_variable_in_set() when CONFIG_WITH_ALLOC_CACHES is enabled.

File:
1 edited

Legend:

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

    r3181 r3302  
    628628#endif
    629629          free_variable_name_and_value (v);
     630#ifndef CONFIG_WITH_ALLOC_CACHES
    630631          free (v);
     632#else
     633          alloccache_free (&variable_cache, v);
     634#endif
    631635          if (set == &global_variable_set)
    632636            ++variable_changenum;
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