Re: dbghelp: fix debuglink crash, accessing memory after munmap

2007-01-21 Thread Peter Oberndorfer
to > > the hashtable of the parent file. > > But at the time elf_new_public_symbols is run, the sections of the .debug > > file are already unmapped. > > In addition to that the symbols in .debug would be added 2 times (.so and > > .debug file) > > > > Chan

Re: dbghelp: fix debuglink crash, accessing memory after munmap

2007-01-21 Thread Eric Pouech
, the sections of the .debug file are already unmapped. In addition to that the symbols in .debug would be added 2 times (.so and .debug file) Changelog: dbghelp: fix debuglink crash, accessing memory after munmap I don't think it's the right fix IMO, we shouldn't call elf_new