[Bug ld/25244] --print-memory-usage, division by zero if MEMORY length is zero

2019-12-04 Thread pexu at sourceware dot mail.kapsi.fi
https://sourceware.org/bugzilla/show_bug.cgi?id=25244 --- Comment #3 from Pekka Seppänen --- I think there's a slight issue with this patch: It also omits the linefeed for that particular memory region, should the length be zero. -- You are receiving this mail because: You are on the CC list f

[Bug ld/25243] static linking with exceptions and iostream is broken on ARM

2019-12-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25243 Alan Modra changed: What|Removed |Added Target Milestone|--- |2.34 --- Comment #4 from Alan Modra ---

[Bug ld/25244] --print-memory-usage, division by zero if MEMORY length is zero

2019-12-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25244 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/25243] static linking with exceptions and iostream is broken on ARM

2019-12-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25243 --- Comment #3 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=6e9ed99753f0730e85bd45eabb63f499e4d0eca3 commit 6e9ed99753f0730e85bd45eabb63f

[Bug ld/25244] --print-memory-usage, division by zero if MEMORY length is zero

2019-12-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25244 --- 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=1769380a11463b907263ef5443de5d14559f2095 commit 1769380a11463b907263ef5443de5

Re: Memory leak in binutils

2019-12-04 Thread Alan Modra
On Wed, Dec 04, 2019 at 07:14:06PM +0800, Xiaohan Wu wrote: > Hello, I got a memory leak bug in binutils. > > ASAN log: > > ==29347==ERROR: LeakSanitizer: detected memory leaks > > Direct leak of 3 byte(s) in 1 object(s) allocated from: > #0 0x483514 in __strdup > /src/llvm-project/compiler

[Bug ld/25243] static linking with exceptions and iostream is broken on ARM

2019-12-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25243 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ld/25244] --print-memory-usage, division by zero if MEMORY length is zero

2019-12-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25244 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug binutils/25249] Memory leak in microblaze-dis.c

2019-12-04 Thread xhwu_steven at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25249 --- Comment #4 from Skyvast --- Thanks for your work! Credits by ADLab. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/25249] Memory leak in microblaze-dis.c

2019-12-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25249 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/25249] Memory leak in microblaze-dis.c

2019-12-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25249 --- Comment #2 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=378fd436405b3051df34ac995b2e03fe1f3d1907 commit 378fd436405b3051df34ac995b2e0

[Bug binutils/25249] Memory leak in microblaze-dis.c

2019-12-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25249 Alan Modra changed: What|Removed |Added Target||microblaze-*-* Status|UNCONF

[Bug binutils/25224] [Z80][PATCH] Add support for Zylog Z180 and eZ80 CPUs

2019-12-04 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added CC||amodra at gmail dot com,

[Bug ld/21565] Z80: Incorrect linkage of call instructions

2019-12-04 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21565 Sergey Belyashov changed: What|Removed |Added CC||sergey.belyashov at gmail dot com

Memory leak in binutils

2019-12-04 Thread Xiaohan Wu
Hello, I got a memory leak bug in binutils. ASAN log: ==29347==ERROR: LeakSanitizer: detected memory leaks Direct leak of 3 byte(s) in 1 object(s) allocated from: #0 0x483514 in __strdup /src/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp:468:3 #1 0x6e76d0 in get_field /src/bin

Re: Memory leak in binutils

2019-12-04 Thread Philippe Antoine
Hi Xiaohan, Are you running the fuzz target from ? https://github.com/google/oss-fuzz/blob/master/projects/binutils/fuzz_disassemble.c Did you apply this patch before compiling it ? https://github.com/google/oss-fuzz/blob/master/projects/binutils/patch.diff Cheers, Philippe > Le 4 déc. 2019 à 12

[Bug binutils/25249] New: Memory leak in microblaze-dis.c

2019-12-04 Thread xhwu_steven at 163 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25249 Bug ID: 25249 Summary: Memory leak in microblaze-dis.c Product: binutils Version: 2.34 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: bin