[llvm-bugs] [Bug 32880] New: Stack-overflow in demangler (3)
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue May 2 03:15:18 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32880
Bug ID: 32880
Summary: Stack-overflow in demangler (3)
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:
$ for M in $(seq 1 15000); do printf "M"; done > test; echo "" >> test; cat
test | ./cxa_demangle_fuzzer
ASAN says:
==27437==ERROR: AddressSanitizer: stack-overflow on address 0x7ffe91d12a80 (pc
0x000000531fc2 bp 0x7ffe91d14410 sp 0x7ffe91d12a80 T0)
#0 0x531fc1 in char const* __cxxabiv1::(anonymous
namespace)::parse_type<__cxxabiv1::(anonymous namespace)::Db>(char const*, char
const*, __cxxabiv1::(anonymous namespace)::Db&)
/src/llvm_libcxxabi/src/cxa_demangle.cpp:1904
#1 0x5336dd in char const* __cxxabiv1::(anonymous
namespace)::parse_pointer_to_member_type<__cxxabiv1::(anonymous
namespace)::Db>(char const*, char const*, __cxxabiv1::(anonymous
namespace)::Db&) /src/llvm_libcxxabi/src/cxa_demangle.cpp:1684:25
#2 0x5336dd in char const* __cxxabiv1::(anonymous
namespace)::parse_type<__cxxabiv1::(anonymous namespace)::Db>(char const*, char
const*, __cxxabiv1::(anonymous namespace)::Db&)
/src/llvm_libcxxabi/src/cxa_demangle.cpp:2019
#3 0x5336dd in char const* __cxxabiv1::(anonymous
namespace)::parse_pointer_to_member_type<__cxxabiv1::(anonymous
namespace)::Db>(char const*, char const*, __cxxabiv1::(anonymous
namespace)::Db&) /src/llvm_libcxxabi/src/cxa_demangle.cpp:1684:25
#4 0x5336dd in char const* __cxxabiv1::(anonymous
namespace)::parse_type<__cxxabiv1::(anonymous namespace)::Db>(char const*, char
const*, __cxxabiv1::(anonymous namespace)::Db&)
/src/llvm_libcxxabi/src/cxa_demangle.cpp:2019
#5 0x5336dd in char const* __cxxabiv1::(anonymous
namespace)::parse_pointer_to_member_type<__cxxabiv1::(anonymous
namespace)::Db>(char const*, char const*, __cxxabiv1::(anonymous
namespace)::Db&) /src/llvm_libcxxabi/src/cxa_demangle.cpp:1684:25
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/451157b8/attachment.html>
More information about the llvm-bugs
mailing list