This is the mail archive of the
gdb-testers@sourceware.org
mailing list for the GDB project.
[binutils-gdb] Check p_paddr for program header space
- From: sergiodj+buildbot at sergiodj dot net
- To: gdb-testers at sourceware dot org
- Date: Wed, 20 Jul 2016 13:33:46 -0400
- Subject: [binutils-gdb] Check p_paddr for program header space
- Authentication-results: sourceware.org; auth=none
*** TEST RESULTS FOR COMMIT 9ab8247228844bb6608d6b2c99b6d8732bab08c1 ***
Author: H.J. Lu <hjl.tools@gmail.com>
Branch: master
Commit: 9ab8247228844bb6608d6b2c99b6d8732bab08c1
Check p_paddr for program header space
Issue an error if p_paddr becomes invalid when allocating space for
program headers.
PR ld/20376
* elf.c (assign_file_positions_for_load_sections): Also check
p_paddr for program header space.