[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/24689] Heap-buffer-overflow in _bfd_doprnt in bfd.c in bfd
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug ld/24689] Heap-buffer-overflow in _bfd_doprnt in bfd.c in bfd |
Date: |
Fri, 21 Jun 2019 07:16:09 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=24689
--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The master branch has been updated by Alan Modra <address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=890f750a3b053532a4b839a2dd6243076de12031
commit 890f750a3b053532a4b839a2dd6243076de12031
Author: Alan Modra <address@hidden>
Date: Fri Jun 21 11:51:38 2019 +0930
PR24689, string table corruption
The testcase in the PR had a e_shstrndx section of type SHT_GROUP.
hdr->contents were initialized by setup_group rather than being read
from the file, thus last byte was not zero and string dereference ran
off the end of the buffer.
PR 24689
* elfcode.h (elf_object_p): Check type of e_shstrndx section.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug ld/24689] New: Heap-buffer-overflow in _bfd_doprnt in bfd.c in bfd, 15664243668 at 163 dot com, 2019/06/16
- [Bug ld/24689] Heap-buffer-overflow in _bfd_doprnt in bfd.c in bfd, amodra at gmail dot com, 2019/06/19
- [Bug ld/24689] Heap-buffer-overflow in _bfd_doprnt in bfd.c in bfd, 15664243668 at 163 dot com, 2019/06/19
- [Bug ld/24689] Heap-buffer-overflow in _bfd_doprnt in bfd.c in bfd,
cvs-commit at gcc dot gnu.org <=
- [Bug ld/24689] string table corruption, amodra at gmail dot com, 2019/06/21
- [Bug ld/24689] string table corruption, cvs-commit at gcc dot gnu.org, 2019/06/23
- [Bug ld/24689] string table corruption, 15664243668 at 163 dot com, 2019/06/27