VirtualBox

Changeset 2137 in kBuild for trunk


Ignore:
Timestamp:
Dec 25, 2008 6:02:15 PM (16 years ago)
Author:
bird
Message:

rule.c: fixed crash in create_pattern_rule when commands is NULL.

File:
1 edited

Legend:

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

    r2056 r2137  
    493493    r->terminal = terminal;
    494494#ifdef CONFIG_WITH_MEMORY_OPTIMIZATIONS
    495   commands->refs = 1000;
     495  if (commands != NULL)
     496    commands->refs = 1000;
    496497#endif
    497498}
Note: See TracChangeset for help on using the changeset viewer.

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