Displaying 1 result from an estimated 1 matches for "stumbleston".
Did you mean:
stumblestones
2012 May 06
1
isohybrid.c, problem reports and questions
Hi,
i am currently exploring the boot data of Matthew Garret's Fedora LiveCD.
For that i read utils/isohybrid.c from git resp. 4.05.
(I assume Matthew used options --efi --mac --type 0 .)
Some stumblestones showed up:
-----------------------------------------------------------------------
In initialise_gpt() i see unhealthy usage of string constants. Like:
memcpy(part->name, "ISOHybrid ISO", 28);
This seems to assume dealing with 16 bit characters. (Wikipedia states about
GPT that...