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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to