diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-12-16 00:35:59 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-12-16 00:35:59 +0000 |
| commit | 6e183b4b25eabca8c696162fb4411b03d8b34f99 (patch) | |
| tree | 88c9067986e3767f4ee69ce1bda744b38171133f /contrib/binutils/bfd | |
| parent | d90714d2c5929530465e251cb79e671a72c57860 (diff) | |
Notes
Diffstat (limited to 'contrib/binutils/bfd')
| -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 f1e50def8b52b..10d987ccf2bb6 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) |
