Chameleon

Chameleon Commit Details

Date:2014-12-31 03:18:10 (9 years 3 months ago)
Author:ErmaC
Commit:2522
Parents: 2521
Message:Patch from issue 388, init_module_system() in modules.c dereferences NULL pointer
Changes:
M/trunk/i386/boot2/modules.c
M/trunk/CHANGES

File differences

trunk/i386/boot2/modules.c
9393
9494
9595
96
96
9797
9898
9999
}
// Look for modules located in the multiboot header.
if(gMI->mi_flags & MULTIBOOT_INFO_HAS_MODS)
if(gMI && (gMI->mi_flags & MULTIBOOT_INFO_HAS_MODS))
{
if(gMI->mi_mods_count)
{
trunk/CHANGES
1
12
23
34
- Zenith432 : Patch from Issue 388, init_module_system() in modules.c dereferences NULL pointer
- Zenith432 : Full implementation of exfat support for Chameleon's boot2 stage.
- Micky1979 : Incorporated force umount option -u (boot1-install.c)
- Zenith432 : Replace boot0 with boot0xg. Now boot0xg has all features of previous boot0. ( http://www.insanelymac.com/forum/topic/302938-exfat-volume-boot-record-for-chameleon )

Archive Download the corresponding diff file

Revision: 2522