From: phcoder <phcoder@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: ELF bugfixes
Date: Sat, 21 Mar 2009 19:05:23 +0100 [thread overview]
Message-ID: <49C52C63.4050904@gmail.com> (raw)
In-Reply-To: <20090321180315.GF18284@thorin>
Robert Millan wrote:
> On Sat, Mar 21, 2009 at 06:58:58PM +0100, phcoder wrote:
>> Robert Millan wrote:
>>> On Wed, Mar 18, 2009 at 02:26:40PM +0100, phcoder wrote:
>>>> Robert Millan wrote:
>>>>> On Fri, Mar 13, 2009 at 09:52:39PM +0100, phcoder wrote:
>>>>>> - grub_multiboot_payload_entry_offset = ehdr->e_entry - phdr(lowest_segment)->p_vaddr;
>>>>>> + for (i = 0; i < ehdr->e_phnum; i++)
>>>>>> + if (phdr(i)->p_vaddr <= ehdr->e_entry + && phdr(i)->p_vaddr
>>>>>> + phdr(i)->p_memsz > ehdr->e_entry)
>>>>>> + grub_multiboot_payload_entry_offset = (ehdr->e_entry - phdr(i)->p_vaddr)
>>>>>> + + (phdr(i)->p_paddr - phdr(lowest_segment)->p_paddr);
>>>>> You need to handle the case in which grub_multiboot_payload_entry_offset is left
>>>>> uninitialized (it needs to be initialized each time the multiboot command is
>>>>> run, not just when the module is loaded).
>>>>>
>>>> module? actually it's when loading image. Perhaps you mean that
>>>> additional error check is necessary
>>> I meant GRUB's multiboot.mod, not the payload's module. Sorry I wasn't clear.
>>>
>> With this error check if grub_multiboot_payload_entry_offset it can
>> happen only if no image is loaded. And actually
>> grub_multiboot_payload_entry_offset is set to 0 at multiboot.mod load
>> So I don't really understand the problem
>
> You can't rely on grub_multiboot_payload_entry_offset being set to 0, because
> any subsequent call of "multiboot /something" has the potential to override
> this. You must not assume the multiboot command is only going to be run once.
>
No but it always corresponds to the current image. It's set either in
multiboot.c or in grub_multiboot_load_elf
--
Regards
Vladimir 'phcoder' Serbinenko
next prev parent reply other threads:[~2009-03-21 18:05 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-02 0:35 ELF bugfixes phcoder
2009-03-11 21:15 ` Robert Millan
2009-03-11 21:21 ` phcoder
2009-03-12 8:23 ` phcoder
2009-03-12 9:07 ` David Miller
2009-03-13 19:14 ` Robert Millan
2009-03-13 20:41 ` phcoder
2009-03-13 20:45 ` David Miller
2009-03-13 20:52 ` phcoder
2009-03-18 10:12 ` Robert Millan
2009-03-18 13:26 ` phcoder
2009-03-21 17:46 ` Robert Millan
2009-03-21 17:58 ` phcoder
2009-03-21 18:03 ` Robert Millan
2009-03-21 18:05 ` phcoder [this message]
2009-03-21 22:03 ` Robert Millan
2009-03-21 22:49 ` phcoder
2009-03-21 23:02 ` Robert Millan
2009-03-21 22:55 ` Robert Millan
2009-03-13 22:46 ` Robert Millan
2009-03-13 23:01 ` phcoder
2009-03-14 14:53 ` Robert Millan
2009-03-15 21:30 ` phcoder
[not found] <49B8F067.2040503@gmail.com>
[not found] ` <20090312.055819.95768237.davem@davemloft.net>
[not found] ` <49B90C69.60703@gmail.com>
[not found] ` <20090312.062628.260166400.davem@davemloft.net>
2009-03-12 13:43 ` phcoder
2009-03-12 14:05 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49C52C63.4050904@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.