[Bug gas/27384] Invalid free() in _IO_new_file_close_it

2021-02-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27384 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=01e8b831f588e706ced57b57cc0ed05c14da61ea commit 01e8b831f588e706ced57b57cc0

[Bug binutils/27371] [readelf] .debug_rnglists section header not parsed

2021-02-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27371 --- Comment #3 from Nick Clifton --- (In reply to Tom de Vries from comment #1) Hi Tom, I do not quite get this: > - int is_rnglists = strstr (section->name, "debug_rnglists") != NULL; > + int is_rnglists = strstr (section->name, ".deb

[Bug binutils/27387] [readelf] Support -ggdb3 -gsplit-dwarf output

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27387 --- Comment #1 from Tom de Vries --- This looks a bit weird though: ... $ readelf -S -W hello.dwo There are 32 section headers, starting at offset 0x3028: Section Headers: [Nr] Name TypeAddress OffSize

[Bug binutils/27371] [readelf] .debug_rnglists section header not parsed

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27371 --- Comment #4 from Tom de Vries --- (In reply to Nick Clifton from comment #3) > (In reply to Tom de Vries from comment #1) > Hi Tom, > > I do not quite get this: > > > - int is_rnglists = strstr (section->name, "debug_rnglists") != NULL

[Bug binutils/27386] [readelf] DW_UT_split_compile and DW_UT_skeleton support

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27386 Tom de Vries changed: What|Removed |Added Target Milestone|--- |2.37 Status|ASSIGNED

[Bug binutils/27390] New: [readelf] Support DW_FORM_strx1 and DW_FORM_addrx

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27390 Bug ID: 27390 Summary: [readelf] Support DW_FORM_strx1 and DW_FORM_addrx Product: binutils Version: 2.37 (HEAD) Status: NEW Severity: enhancement Priority: P2

[Bug binutils/26070] readelf integer overflow and memory leak

2021-02-10 Thread anudeephomes247 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26070 anudeep homes247 changed: What|Removed |Added CC||anudeephomes247 at gmail dot com

[Bug binutils/27371] [readelf] .debug_rnglists section header not parsed

2021-02-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27371 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=52ff20fe7ba8e8de2660339fff5308ed932e2b32 commit 52ff20fe7ba8e8de2660339fff5

[Bug binutils/27371] [readelf] .debug_rnglists section header not parsed

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27371 Tom de Vries changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug binutils/27391] New: [readelf] Handle absolute DW_AT_dwo_name

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27391 Bug ID: 27391 Summary: [readelf] Handle absolute DW_AT_dwo_name Product: binutils Version: 2.37 (HEAD) Status: NEW Severity: normal Priority: P2 Component: bi

[Bug binutils/27285] False results/ misinformation, unpredictable behavior and potential crash through 2 Integer Overflows in elf32_avr_get_memory_usage() based on bfd_section_size()

2021-02-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27285 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug binutils/27391] [readelf] Handle absolute DW_AT_dwo_name

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27391 --- Comment #1 from Tom de Vries --- Tentative patch: ... diff --git a/binutils/dwarf.c b/binutils/dwarf.c index 84d63f63366..3cbd19710d7 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -11092,8 +11092,11 @@ load_dwo_file (const char *

[Bug binutils/27286] False results/ misinformation, unpredictable behavior and potential crash through Multiple Integer Overflows/ Underflows in elf32_avr_get_note_desc()

2021-02-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27286 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug binutils/27286] False results/ misinformation, unpredictable behavior and potential crash through Multiple Integer Overflows/ Underflows in elf32_avr_get_note_desc()

2021-02-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27286 --- Comment #2 from Nick Clifton --- Created attachment 13215 --> https://sourceware.org/bugzilla/attachment.cgi?id=13215&action=edit Proposed patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/27391] [readelf] Handle absolute DW_AT_dwo_name

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27391 --- Comment #2 from Tom de Vries --- submitted here: https://sourceware.org/pipermail/binutils/2021-February/115314.html -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/27302] windres: -I of preprocessor command line should be quoted

2021-02-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27302 Nick Clifton changed: What|Removed |Added Last reconfirmed||2021-02-10 Ever confirmed|0

[Bug ld/27377] /usr/bin/ld.bfd: section .note.ABI-tag VMA [0000000000400190,00000000004001af] overlaps section .bss VMA [00000000000adc00,00000000004af3ff]

2021-02-10 Thread matz at suse dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=27377 Michael Matz changed: What|Removed |Added CC||matz at suse dot de --- Comment #2 fro

[Bug binutils/27390] [readelf] Support DW_FORM_strx1 and DW_FORM_addrx

2021-02-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27390 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug binutils/27391] [readelf] Handle absolute DW_AT_dwo_name

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27391 Tom de Vries changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug binutils/27391] [readelf] Handle absolute DW_AT_dwo_name

2021-02-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27391 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d9d9d8ef8ce984dee45f35a5f00f4cf74bcab1e6 commit d9d9d8ef8ce984dee45f35a5f00

[Bug binutils/27390] [readelf] Support DW_FORM_strx1 and DW_FORM_addrx

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27390 --- Comment #2 from Tom de Vries --- Created attachment 13216 --> https://sourceware.org/bugzilla/attachment.cgi?id=13216&action=edit Tentative patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/27390] [readelf] Support DW_FORM_strx1 and DW_FORM_addrx

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27390 --- Comment #3 from Tom de Vries --- Created attachment 13217 --> https://sourceware.org/bugzilla/attachment.cgi?id=13217&action=edit a.out.gz Produced using: ... $ clang hello.c -gdwarf-5 ... -- You are receiving this mail because: You a

[Bug binutils/27390] [readelf] Support DW_FORM_strx1 and DW_FORM_addrx

2021-02-10 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27390 --- Comment #4 from Tom de Vries --- (In reply to Tom de Vries from comment #2) > Created attachment 13216 [details] > Tentative patch FWIW, doesn't work yet with split dwarf. The DW_AT_addr_base is defined in the skeleton CU, and the DW_FOR

[Bug ld/27377] /usr/bin/ld.bfd: section .note.ABI-tag VMA [0000000000400190,00000000004001af] overlaps section .bss VMA [00000000000adc00,00000000004af3ff]

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27377 --- Comment #3 from Alan Modra --- Yes, changing -Ttext was exactly what Ian and Daniel wanted a long time ago.. https://sourceware.org/pipermail/binutils/2009-January/058886.html -- You are receiving this mail because: You are on the CC lis

[Bug binutils/27292] Heap Buffer Overflow O2BO and/or Out-of-Memory (OOM) in bfd_get_section_contents()

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27292 Alan Modra changed: What|Removed |Added Severity|critical|normal Resolution|---

[Bug binutils/27291] False results/ misinformation, unpredictable behavior and potential crash through Integer Overflow in bfd_get_section_contents()

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27291 Alan Modra changed: What|Removed |Added Assignee|unassigned at sourceware dot org |amodra at gmail dot com Ever

[Bug binutils/27289] Undefined negation/ Negation Overflow in _bfd_doprnt_scan() potentially crashing on some systems

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27289 Alan Modra changed: What|Removed |Added Resolution|--- |NOTABUG Status|UNCONFIRMED

[Bug binutils/27288] Undefined negations and integer overflows in elf_object_p() potentially crashing on some systems

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27288 Alan Modra changed: What|Removed |Added Assignee|unassigned at sourceware dot org |amodra at gmail dot com

[Bug binutils/27287] False results/ misinformation, unpredictable behavior and potential crash through two Integer Overflows in elf_parse_notes() based on large xnp->name

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27287 Alan Modra changed: What|Removed |Added Last reconfirmed||2021-02-11 Ever confirmed|0

[Bug binutils/27287] False results/ misinformation, unpredictable behavior and potential crash through two Integer Overflows in elf_parse_notes() based on large xnp->name

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27287 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/27291] False results/ misinformation, unpredictable behavior and potential crash through Integer Overflow in bfd_get_section_contents()

2021-02-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27291 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6db658c517bdfbf8e5b8c5a34caf3ff1eea332f1 commit 6db658c517bdfbf8e5b8c5a34caf3

[Bug binutils/27291] False results/ misinformation, unpredictable behavior and potential crash through Integer Overflow in bfd_get_section_contents()

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27291 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug libctf/27360] libctf.so.0: undefined symbol: bsearch_r

2021-02-10 Thread allan at archlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27360 --- Comment #3 from Allan McRae --- Bisected to the following commit: 1038406a8f6609ad0a449746da70393b0835f699 libctf: rip out BFD_DEPENDENCIES / BFD_LIBADD -- You are receiving this mail because: You are on the CC list for the bug.

[Bug libctf/27360] libctf.so.0: undefined symbol: bsearch_r

2021-02-10 Thread casner at acm dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27360 Stephen Casner changed: What|Removed |Added CC||casner at acm dot org --- Comment #4

[Bug libctf/27297] libctf.a malformed, build fails on x86_64-apple-darwin18.7.0

2021-02-10 Thread allan at archlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27297 Allan McRae changed: What|Removed |Added CC||allan at archlinux dot org -- You are

[Bug binutils/27295] Unsafe strcmp() causing arbitrary read primitive and potential privacy impact in elf32_avr_get_note_desc()

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27295 Alan Modra changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug binutils/27294] Potentially exploitable Heap Overwrites in avr_elf32_load_records_from_section()

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27294 Alan Modra changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at sourc

[Bug libctf/27297] libctf.a malformed, build fails on x86_64-apple-darwin18.7.0

2021-02-10 Thread casner at acm dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27297 --- Comment #4 from Stephen Casner --- Bug 27360 appears to be related, but I'm not sure if they can be called duplicates. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/27293] Arbitrary read/write via Integer Overflow in elf32_avr_get_device_info()

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27293 Alan Modra changed: What|Removed |Added Last reconfirmed||2021-02-11 Assignee|unassigned

[Bug binutils/27290] Out-of-memory (OOM) Denial of Service via unprotected memory allocation in elf32_avr_get_note_section_contents()

2021-02-10 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27290 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned a