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: unassignedb...@nondot.org
          Reporter: nicolaswe...@gmx.de
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to