[llvm-bugs] [Bug 32888] New: Stack-overflow in demangler (10)

via llvm-bugs llvm-bugs at lists.llvm.org
Tue May 2 03:33:44 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32888

            Bug ID: 32888
           Summary: Stack-overflow in demangler (10)
           Product: libc++abi
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dungnguy at comp.nus.edu.sg
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com

Dear All,

This bug was found with AFLGo, a directed version of AFL/AFLFast. Thanks also
to Marcel Böhme and Van-Thuan Pham.

First, you need to build the project
(https://github.com/llvm-mirror/libcxxabi/blob/master/fuzz/cxa_demangle_fuzzer.cpp)
to obtain the binary file.

To reproduce:
$ printf "DTc" > test
$ for m in $(seq 1 15000); do printf "m"; done >> test; echo "" >> test; cat
test | ./cxa_demangle_fuzzer
Segmentation fault

ASAN says:
==27526==ERROR: AddressSanitizer: stack-overflow on address 0x7ffedf169280 (pc
0x0000006c554e bp 0x7ffedf16ba30 sp 0x7ffedf169280 T0)
    #0 0x6c554d in char const* __cxxabiv1::(anonymous
namespace)::parse_expression<__cxxabiv1::(anonymous namespace)::Db>(char
const*, char const*, __cxxabiv1::(anonymous namespace)::Db&)
/src/llvm_libcxxabi/src/cxa_demangle.cpp:3321
    #1 0x6cce2f in char const* __cxxabiv1::(anonymous
namespace)::parse_expression<__cxxabiv1::(anonymous namespace)::Db>(char
const*, char const*, __cxxabiv1::(anonymous namespace)::Db&)
/src/llvm_libcxxabi/src/cxa_demangle.cpp:3573:38
    #2 0x6cce2f in char const* __cxxabiv1::(anonymous
namespace)::parse_expression<__cxxabiv1::(anonymous namespace)::Db>(char
const*, char const*, __cxxabiv1::(anonymous namespace)::Db&)
/src/llvm_libcxxabi/src/cxa_demangle.cpp:3573:38
    #3 0x6cce2f in char const* __cxxabiv1::(anonymous
namespace)::parse_expression<__cxxabiv1::(anonymous namespace)::Db>(char
const*, char const*, __cxxabiv1::(anonymous namespace)::Db&)
/src/llvm_libcxxabi/src/cxa_demangle.cpp:3573:38
    ...

Regards,
Manh-Dung Nguyen

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170502/9b6ee853/attachment.html>


More information about the llvm-bugs mailing list