-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #33729 - alexcrichton:patch-libbacktrace, r=sfackler
std: Backport a libbacktrace soundness fix This is a backport of gcc-mirror/gcc@047a1c2f which is a soundness fix for when a backtrace is generated on executables that do not have debug information.
- Loading branch information
Showing
4 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,33 @@ | ||
2016-05-18 Uros Bizjak <[email protected]> | ||
|
||
PR target/71161 | ||
* elf.c (phdr_callback) [__i386__]: Add | ||
__attribute__((__force_align_arg_pointer__)). | ||
|
||
2016-03-02 Maxim Ostapenko <[email protected]> | ||
|
||
* elf.c (backtrace_initialize): Properly initialize elf_fileline_fn to | ||
avoid possible crash. | ||
(elf_add): Don't set *fileline_fn to elf_nodebug value in case of | ||
missing debug info anymore. | ||
|
||
2016-02-06 John David Anglin <[email protected]> | ||
|
||
* mmap.c (MAP_FAILED): Define if not defined. | ||
|
||
2016-01-04 Jakub Jelinek <[email protected]> | ||
|
||
Update copyright years. | ||
|
||
2015-12-18 Andris Pavenis <[email protected]> | ||
|
||
* configure.ac: Specify that DJGPP do not have mmap even when sys/mman.h exists | ||
* configure.ac: Specify that DJGPP do not have mmap | ||
even when sys/mman.h exists. | ||
* configure: Regenerate | ||
|
||
2015-12-09 John David Anglin <[email protected]> | ||
|
||
PR 68115/libfortran | ||
PR libgfortran/68115 | ||
* configure.ac: Set libbacktrace_cv_sys_sync to no on hppa*-*-hpux*. | ||
* configure: Regenerate. | ||
* elf.c (backtrace_initialize): Cast __sync_bool_compare_and_swap call | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters