[llvm-bugs] [Bug 32576] New: libfuzzer: fix copy paste in signal name

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Apr 8 02:33:05 PDT 2017


http://bugs.llvm.org/show_bug.cgi?id=32576

            Bug ID: 32576
           Summary: libfuzzer: fix copy paste in signal name
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: darkjames-ws at darkjames.pl
                CC: llvm-bugs at lists.llvm.org

Created attachment 18250
  --> http://bugs.llvm.org/attachment.cgi?id=18250&action=edit
Fix signal name

Hello,

>From fuzzer -help=1:
 handle_segv                    1       If 1, try to intercept SIGSEGV.
 handle_bus                     1       If 1, try to intercept SIGSEGV.

but handle_bus is actually handling SIGBUS signal.
attaching simple patch.

-- 
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/20170408/a16adcdd/attachment.html>


More information about the llvm-bugs mailing list