[llvm-bugs] [Bug 39582] New: Make llvm-demangle-fuzzer fuzz microsoft demangler too

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Nov 7 12:23:18 PST 2018


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

            Bug ID: 39582
           Summary: Make llvm-demangle-fuzzer fuzz microsoft demangler too
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvm-bugs at lists.llvm.org

tools/llvm-demangler-fuzzer currently only fuzzes llvm::itaniumDemangle(). We
also have microsoftDemangle() (with the same parameters). The fuzzer could look
at the first byte and use it to decide which demangler to call.

morehouse, you wrote the fuzzer -- would you be interested in making this
happen?

-- 
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/20181107/a043ccc1/attachment.html>


More information about the llvm-bugs mailing list