Chameleon

Chameleon Commit Details

Date:2012-10-27 06:17:10 (11 years 5 months ago)
Author:Evan Lojewski
Commit:2078
Parents: 2077
Message:Don't initialize memory that doesn't need to be, causes an extraneous call to __bzero
Changes:
M/trunk/i386/libsaio/fake_efi.c

File differences

trunk/i386/libsaio/fake_efi.c
639639
640640
641641
642
642
643643
644644
645645
*/
static void setupSmbiosConfigFile(const char *filename)
{
chardirSpecSMBIOS[128] = "";
chardirSpecSMBIOS[128];
const char *override_pathname = NULL;
intlen = 0, err = 0;
extern void scan_mem();

Archive Download the corresponding diff file

Revision: 2078