Chameleon

Chameleon Commit Details

Date:2011-07-02 06:17:16 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1095
Parents: 1094
Message:Add missing check.
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
486486
487487
488488
489
489
490490
491491
492492
break;
}
if(getBoolForKey(kUseKernelCache, &usecache, &bootInfo->bootConfig)) {
if(getBoolForKey(kUseKernelCache, &usecache, &bootInfo->bootConfig) && usecache) {
if (getValueForKey(kKernelCacheKey, &val, &len, &bootInfo->bootConfig)) {
strlcpy(gBootKernelCacheFile, val, len+1);
}

Archive Download the corresponding diff file

Revision: 1095