[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/32347] Buffer overflow in objdump
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug binutils/32347] Buffer overflow in objdump |
Date: |
Tue, 12 Nov 2024 06:41:00 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=32347
--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Alan Modra <amodra@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e0323071916878e0634a6e24d8250e4faff67e88
commit e0323071916878e0634a6e24d8250e4faff67e88
Author: Alan Modra <amodra@gmail.com>
Date: Mon Nov 11 10:24:09 2024 +1030
Re: tekhex object file output fixes
Commit 8b5a212495 supported *ABS* symbols by allowing "section" to be
bfd_abs_section, but bfd_abs_section needs to be treated specially.
In particular, bfd_get_next_section_by_name (.., bfd_abs_section_ptr)
is invalid.
PR 32347
* tekhex.c (first_phase): Guard against modification of
_bfd_std_section[] entries.
--
You are receiving this mail because:
You are on the CC list for the bug.