[Bug gprofng/30093] gprofng SIGSEGV when processing unusual dwarf

2023-02-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30093 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Vladimir Mezentsev : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e02841b095a7797aaae1b064fb4b7acc2eb8d900 commit e02841b095a7797aaae1b

Issue 53472 in oss-fuzz: binutils:fuzz_nm: Out-of-memory in fuzz_nm

2023-02-08 Thread sheriffbot via monorail
Updates: Labels: Deadline-Approaching Comment #3 on issue 53472 by sheriffbot: binutils:fuzz_nm: Out-of-memory in fuzz_nm https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=53472#c3 This bug is approaching its deadline for being fixed, and will be automatically derestricted within 7

Issue 54397 in oss-fuzz: binutils:fuzz_addr2line: Heap-use-after-free in bfd_getl16

2023-02-08 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 54397 by sheriffbot: binutils:fuzz_addr2line: Heap-use-after-free in bfd_getl16 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54397#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot

[Bug gas/30046] power cmpi leads to unknown architecture

2023-02-08 Thread murphyp at linux dot vnet.ibm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=30046 Paul E. Murphy changed: What|Removed |Added CC||murphyp at linux dot vnet.ibm.com -

[Bug binutils/24707] binutils crash invoke files, by using afl fuzzing

2023-02-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24707 --- Comment #4 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=87d206578e152d81d903a0beec8bd3927154eb30 commit 87d206578e152d81d903a0beec8bd

[Bug libctf/27305] relinking libctf during install does not find libbfd

2023-02-08 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27305 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug binutils/29042] opcodes libtool regression

2023-02-08 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29042 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug libctf/28545] cross compile incorrectly using host libraries in install relink

2023-02-08 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28545 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug binutils/29042] opcodes libtool regression

2023-02-08 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29042 Sam James changed: What|Removed |Added See Also||https://sourceware.org/bugz

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

2023-02-08 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27360 Sam James changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug binutils/29042] opcodes libtool regression

2023-02-08 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29042 --- Comment #5 from Sam James --- I suspect this is the same as an issue we've been hitting in Gentoo (https://bugs.gentoo.org/834720) which is mostly noticeable if built the previous system copy of binutils with --enable-pgo=lto (or otherwise

[Bug binutils/29042] opcodes libtool regression (relinks libopcodes during install, picks up wrong libiberty from system)

2023-02-08 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29042 Sam James changed: What|Removed |Added Summary|opcodes libtool regression |opcodes libtool regression

[Bug binutils/29042] [2.38 regression] opcodes libtool regression (relinks libopcodes during install, picks up wrong libiberty from system)

2023-02-08 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29042 Sam James changed: What|Removed |Added Summary|opcodes libtool regression |[2.38 regression] opcodes

[Bug binutils/30099] New: objdump riscv: stop disassembling addi rd, rs, 0 with a relocation as mv rd, rs

2023-02-08 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30099 Bug ID: 30099 Summary: objdump riscv: stop disassembling addi rd, rs, 0 with a relocation as mv rd, rs Product: binutils Version: unspecified Status: NEW Sev

[Bug binutils/30099] objdump riscv: stop disassembling addi rd, rs, 0 with a relocation as mv rd, rs

2023-02-08 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30099 --- Comment #1 from Nelson Chu --- Created attachment 14662 --> https://sourceware.org/bugzilla/attachment.cgi?id=14662&action=edit proposed solution v1 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/30099] objdump riscv: stop disassembling addi rd, rs, 0 with a relocation as mv rd, rs

2023-02-08 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30099 --- Comment #2 from Nelson Chu --- Some minor issues for implementation, * I like the idea from Maciej to define a new instruction type, INSN_NORELOC, in the opcode table. But seems like we didn't left enough encodings for INSN_TYPE, so the