dbghelp: Initialize the elf_section_map in case of failures in elf_find_section.
commit7bbb21205005f9b14ca7f58a126b512cb8941420
authorPeter Oberndorfer <kumbayo84@arcor.de>
Thu, 15 Mar 2007 20:57:04 +0000 (15 21:57 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 16 Mar 2007 10:34:33 +0000 (16 11:34 +0100)
tree5e4f696b8ce5f6792d44709e07f75b1be80dc4c8
parent4c73411047c721f724cc2bdbf9782a9a368c3557
dbghelp: Initialize the elf_section_map in case of failures in elf_find_section.

Make sidx signed so sidx < 0 comparisons work.
(most of the patch written by Eric Pouech)
dlls/dbghelp/elf_module.c