Re: dbghelp: Match the crc for debug link files in elf_locate_debug_link so that we get the correct debug file before trying to parse it.

2007-02-24 Thread Eric Pouech
Eric Pouech a écrit : Robert Shearman a écrit : Eric Pouech wrote: Robert Shearman a écrit : Keep the debuglink elf_file_map mapped until after elf_new_public_symbols is called, otherwise we could use unmapped memory. this is still not the full valid solution... what should be done is:

Re: dbghelp: Match the crc for debug link files in elf_locate_debug_link so that we get the correct debug file before trying to parse it.

2007-02-19 Thread Eric Pouech
Robert Shearman a écrit : Keep the debuglink elf_file_map mapped until after elf_new_public_symbols is called, otherwise we could use unmapped memory. this is still not the full valid solution... what should be done is: when we search for a given section, we should look first in the

Re: dbghelp: Match the crc for debug link files in elf_locate_debug_link so that we get the correct debug file before trying to parse it.

2007-02-19 Thread Eric Pouech
Robert Shearman a écrit : Eric Pouech wrote: Robert Shearman a écrit : Keep the debuglink elf_file_map mapped until after elf_new_public_symbols is called, otherwise we could use unmapped memory. this is still not the full valid solution... what should be done is: when we search for a