[llvm-bugs] [Bug 44289] New: Investigate `nan` returning random distributions in fuzzing tests.

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Dec 12 14:09:09 PST 2019


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

            Bug ID: 44289
           Summary: Investigate `nan` returning random distributions in
                    fuzzing tests.
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: eric at efcs.ca
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com

Some of the random distributions return NaN when being fuzzed. The likely cause
is that the fuzzer is feeding in data that violates the pre-conditions, but we
should figure out if libc++ can handle these precondition violations better.

See `random_distribution_helper` in `libcxx/fuzzing/fuzzing.cpp`.

-- 
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/20191212/595d29e5/attachment.html>


More information about the llvm-bugs mailing list