Hi Peng, > Peng Li at Baidu X-Lab found a stack overflow bug in c++filt of the latest > binutils code base, I have confirmed it with address sanitizer. Please use > the “c++filt < stack_overflow_input ” to reproduce the bug. If you have any > questions, please let me know.
Thank you for telling us about this bug. I did try to reproduce the bug using the latest version of the binutils development sources, but the problem did not occur. Possibly you are using an older set of sources, or you are running the test on a machine with a limited amount of stack space. Either way, please could you check the problem, and if it still exists, report it here: https://gcc.gnu.org/bugzilla/enter_bug.cgi?product=gcc This is actually the gcc bug reporting system, since the C++ demangling feature of the xc__filt program is actually supplied by the libiberty library, which is maintained as part of gcc rather than binutils. Cheers Nick _______________________________________________ bug-binutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-binutils
