Name: | binutils |
---|---|
Version: | 2.23.52.0.1 |
Release: | 55.el7 |
Architecture: | x86_64 |
Group: | Development/Tools |
Size: | 21239418 |
License: | GPLv3+ |
RPM: | binutils-2.23.52.0.1-55.el7.x86_64.rpm |
Source RPM: | binutils-2.23.52.0.1-55.el7.src.rpm |
Build Date: | Sat Nov 21 2015 |
Build Host: | x86-ol7-builder-04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://sources.redhat.com/binutils |
Summary: | A GNU collection of binary utilities |
Description: | Binutils is a collection of binary utilities, including ar (for creating, modifying and extracting from archives), as (a family of GNU assemblers), gprof (for displaying call graph profile data), ld (the GNU linker), nm (for listing symbols from object files), objcopy (for copying and translating object files), objdump (for displaying information from object files), ranlib (for generating an index for the contents of an archive), readelf (for displaying detailed information about binary files), size (for listing the section sizes of an object or archive file), strings (for listing printable strings from files), strip (for discarding symbols), and addr2line (for converting addresses to file and line). |
- Add missing delta to patch that fixes parsing corrupted archives. (#1162666)
- Import patch for PR 18270: Create AArch64 GOT entries for local symbols. (#1238783)
- Fix incorrectly generated binaries and DSOs on PPC platforms. (#1247126)
- Fix memory corruption parsing corrupt archives. (#1162666)
- Fix directory traversal vulnerability. (#1162655)
- Fix stack overflow in SREC parser. (#1162621)
- Fix stack overflow whilst parsing a corrupt iHex file. (#1162607)
- Fix out of bounds memory accesses when parsing corrupt PE binaries. (#1162594, #1162570)
- Change strings program to default to -a. Fix problems parsing files containg corrupt ELF group sections. (#1157276)
- Avoid reading beyond function boundary when disassembling. (#1060282) - For binary ouput, we don't have an ELF bfd output so can't access elf_elfheader. (#1226864)