[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libunwind-devel] [PATCH 0/3] Improve ELF file handling
From: |
Zachary T Welch |
Subject: |
[Libunwind-devel] [PATCH 0/3] Improve ELF file handling |
Date: |
Mon, 29 Nov 2010 20:10:06 -0800 |
This series improves elf_map_image() to prevent segfaults in
_UPT_get_dyn_info_list_addr.c:get_list_addr() which were caused
by mapping in non-ELF files.
Zachary T Welch (3):
Improve ELF valid_object() helper
Move elf_map_image out of line
Check mapped ELF file headers
src/elfxx.c | 36 ++++++++++++++++++++++++++++++++++--
src/elfxx.h | 26 +-------------------------
2 files changed, 35 insertions(+), 27 deletions(-)
--
1.7.2.2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Libunwind-devel] [PATCH 0/3] Improve ELF file handling,
Zachary T Welch <=