diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-12-21 15:39:16 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-12-21 15:39:16 +0000 |
| commit | 072b58ec555d1e12d9a2d95a29d0065b2fab0cd7 (patch) | |
| tree | 6c8be4aa197e897027bb55e12068a8ae439a0891 /contrib/binutils | |
| parent | 8a786d61cf553792aacedbb5bda12d3d9f57ffea (diff) | |
Notes
Diffstat (limited to 'contrib/binutils')
| -rw-r--r-- | contrib/binutils/bfd/elflink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/bfd/elflink.c b/contrib/binutils/bfd/elflink.c index f1e50def8b52..10d987ccf2bb 100644 --- a/contrib/binutils/bfd/elflink.c +++ b/contrib/binutils/bfd/elflink.c @@ -11487,7 +11487,7 @@ _bfd_elf_section_already_linked (bfd *abfd, struct bfd_section *sec, abfd, sec); else if (sec->size != 0) { - bfd_byte *sec_contents, *l_sec_contents; + bfd_byte *sec_contents, *l_sec_contents = NULL; if (!bfd_malloc_and_get_section (abfd, sec, &sec_contents)) (*_bfd_error_handler) |
