[Bug binutils/21880] Memory leak in demangle

2017-09-20 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21880 Dongliang Mu changed: What|Removed |Added CC||mudongliangabcd at gmail dot com

[Bug binutils/21880] Memory leak in demangle

2017-09-20 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21880 --- Comment #5 from Dongliang Mu --- (In reply to Dongliang Mu from comment #4) > Hello Google AutoFuzz Team: > > I tried to reproduce this bug in the docker, but when I compiled > demangle_fuzzer.cc. It encounters one error: > > $ $CXX

[Bug binutils/23165] New: Several Memory Leaks in chew of binutils

2018-05-10 Thread mudongliangabcd at gmail dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: mudongliangabcd at gmail dot com Target Milestone: --- I found several memory leaks with Address Sanitizer or Valgrind. Reproduction method: ``` git clone git://sourceware.org/git/binutils-gdb.git mkdir

[Bug gas/23049] Endless recursive call inside resolve_symbol_value

2018-04-11 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23049 --- Comment #1 from Dongliang Mu --- Created attachment 10940 --> https://sourceware.org/bugzilla/attachment.cgi?id=10940=edit PoC to trigger endless recursive calls -- You are receiving this mail because: You are on the CC list for the

[Bug gas/23049] New: Endless recursive call inside resolve_symbol_value

2018-04-11 Thread mudongliangabcd at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: mudongliangabcd at gmail dot com Target Milestone: --- -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug

[Bug gas/23049] Endless recursive call inside resolve_symbol_value

2018-04-11 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23049 --- Comment #2 from Dongliang Mu --- Trigger method: wget https://ftp.gnu.org/gnu/binutils/binutils-2.30.tar.gz tar -xvf binutils-2.30.tar.gz cd binutils-2.30/ ./configure make cd gas/ wget

[Bug binutils/23008] New: Stack Overflow(Stack Exhaustion) in demangle related functions

2018-03-27 Thread mudongliangabcd at gmail dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: mudongliangabcd at gmail dot com Target Milestone: --- Created attachment 10917 --> https://sourceware.org/bugzilla/attachment.cgi?id=10917=edit PoC to trigger st

[Bug binutils/23008] Stack Overflow(Stack Exhaustion) in demangle related functions

2018-03-28 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23008 --- Comment #5 from Dongliang Mu --- Created attachment 10922 --> https://sourceware.org/bugzilla/attachment.cgi?id=10922=edit Dockerfile for Debian Stable Dockerfile to prove it is reproducible with Address Sanitizer in clang -- You are

[Bug binutils/23008] Stack Overflow(Stack Exhaustion) in demangle related functions

2018-03-28 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23008 --- Comment #4 from Dongliang Mu --- Created attachment 10921 --> https://sourceware.org/bugzilla/attachment.cgi?id=10921=edit Dockerfile for Ubuntu 14.04 Dockerfile for Ubuntu 14.04LTS to prove it is reproducible -- You are receiving

[Bug binutils/23008] Stack Overflow(Stack Exhaustion) in demangle related functions

2018-03-28 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23008 --- Comment #6 from Dongliang Mu --- When I try to reproduce this problem with Address Sanitizer in GCC, there are some wired errors when I compiled binutils: ``` /usr/bin/ld: ../bfd/.libs/libbfd.a(plugin.o): undefined reference to symbol

[Bug binutils/23008] Stack Overflow(Stack Exhaustion) in demangle related functions

2018-03-29 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23008 Dongliang Mu changed: What|Removed |Added Attachment #10922|Dockerfile for Debian |Dockerfile for Debian

[Bug binutils/23008] Stack Overflow(Stack Exhaustion) in demangle related functions

2018-03-29 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23008 Dongliang Mu changed: What|Removed |Added Attachment #10921|Dockerfile for Ubuntu |Dockerfile for Ubuntu

[Bug binutils/23008] Stack Overflow(Stack Exhaustion) in demangle related functions

2018-03-29 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23008 --- Comment #9 from Dongliang Mu --- Created attachment 10925 --> https://sourceware.org/bugzilla/attachment.cgi?id=10925=edit Dockerfile for Debian Stable (GCC with AddressSanitizer) -- You are receiving this mail because: You are on the

[Bug binutils/23008] Stack Overflow(Stack Exhaustion) in demangle related functions

2018-03-29 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23008 --- Comment #10 from Dongliang Mu --- Hi, Nick: Thank you for pointing out that issue. I have tested that issue on Debian Stable(GCC + AddressSanitizer, and Clang + AddressSanitizer) and attached three Dockerfiles to prove it is

[Bug binutils/23008] Stack Overflow(Stack Exhaustion) in demangle related functions

2018-03-29 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23008 Dongliang Mu changed: What|Removed |Added Attachment #10921|Dockerfile for Ubuntu 14.04 |Dockerfile for Ubuntu

[Bug binutils/23008] Stack Overflow(Stack Exhaustion) in demangle related functions

2018-03-28 Thread mudongliangabcd at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23008 --- Comment #2 from Dongliang Mu --- Hi Nick, first let me show my concrete instructions to convince you it is reproducible. And then I will post it to GCC Bugzilla. ``` wget https://ftp.gnu.org/gnu/binutils/binutils-2.29.tar.gz tar -xvf