1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 12:11:45 +02:00
libunwind-eh_elf/src
David Mosberger-Tang 8c94e12429 (_UPT_find_proc_info): Fix potential crash due to uninitialized pointer.
Be sure to clear pi->unwind_info when looking up the kernel table and
not needing the unwind-info.  Otherwise, _UPT_put_unwind_info() may
erroneously call free() on the pointer, even though that space wasn't
malloc'd, leading to crashes..
2006-07-26 15:43:23 -06:00
..
dwarf Include "libunwind_i.h" instead of "tdep.h". 2005-05-20 09:48:08 +00:00
hppa Revert "Initial revision" 2006-07-26 14:53:49 -06:00
ia64 Remove three Emacs backup-files which accidentially got checked into git. 2006-07-26 14:54:50 -06:00
mi Restore mi/Ldyn-remote.c. 2006-07-26 15:10:48 -06:00
ptrace (_UPT_find_proc_info): Fix potential crash due to uninitialized pointer. 2006-07-26 15:43:23 -06:00
setjmp Fix missed merge on setjmp_i.h and siglongjmp.c. 2006-07-26 15:21:52 -06:00
unwind Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
x86 Revert "Initial revision" 2006-07-26 14:47:44 -06:00
x86_64 Revert "Initial revision" 2006-07-26 14:53:49 -06:00
elf32.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf32.h (Logical change 1.45) 2003-02-08 10:10:59 +00:00
elf64.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf64.h (Logical change 1.45) 2003-02-08 10:10:59 +00:00
elfxx.c Don't include <string.h>, <unistd.h>, <sys/types.h>. 2005-05-20 09:48:08 +00:00
elfxx.h Include "libunwind_i.h" instead of "internal.h". 2005-05-20 09:48:08 +00:00
Makefile.am Include from tdep-$(arch) directory after the normal incliude directory. 2005-05-20 09:48:08 +00:00
Makefile.in Regenerate. 2005-05-20 09:48:08 +00:00
os-hpux.c Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
os-linux.c Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
os-linux.h Fix bug in libunwind-ptrace which can cause reading of random data. 2006-07-25 21:35:30 -06:00