diff options
author | Alan Modra <amodra@gmail.com> | 2015-08-22 13:24:34 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-08-22 16:24:52 +0930 |
commit | 595bce7595e076391e7147b0c6db57a8edf2e406 (patch) | |
tree | 352470d415a279d64e65d60fa61c3e11f2195a2c /bfd/ChangeLog | |
parent | 0d6b12851b08f5f71f7d97d2c832b899d63b5df2 (diff) | |
download | gdb-595bce7595e076391e7147b0c6db57a8edf2e406.zip gdb-595bce7595e076391e7147b0c6db57a8edf2e406.tar.gz gdb-595bce7595e076391e7147b0c6db57a8edf2e406.tar.bz2 |
Uninitialized vd_nodename
Belt and braces fix. Either of the changes here is sufficient to
ensure vd_nodename is initialized properly.
* elf.c (_bfd_elf_slurp_version_tables): Always init vd_nodename.
Don't copy fields not set by _bfd_elf_swap_verdef_in.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dcd0e88..47b7642 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2015-08-22 Alan Modra <amodra@gmail.com> + + * elf.c (_bfd_elf_slurp_version_tables): Always init vd_nodename. + Don't copy fields not set by _bfd_elf_swap_verdef_in. + 2015-08-19 Jiong Wang <jiong.wang@arm.com> * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Recognize new relocation |