зеркало из https://github.com/github/ruby.git
Родитель
b7d01b0d1b
Коммит
d795f494a8
|
@ -1699,6 +1699,7 @@ debug_info_read(DebugInfoReader *reader, int num_traces, void **traces,
|
|||
static unsigned long
|
||||
uncompress_debug_section(ElfW(Shdr) *shdr, char *file, char **ptr)
|
||||
{
|
||||
*ptr = NULL;
|
||||
#ifdef SUPPORT_COMPRESSED_DEBUG_LINE
|
||||
ElfW(Chdr) *chdr = (ElfW(Chdr) *)(file + shdr->sh_offset);
|
||||
unsigned long destsize = chdr->ch_size;
|
||||
|
@ -1719,6 +1720,7 @@ uncompress_debug_section(ElfW(Shdr) *shdr, char *file, char **ptr)
|
|||
|
||||
fail:
|
||||
free(*ptr);
|
||||
*ptr = NULL;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче