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

            Bug ID: 38688
           Summary: Audit <future> for race conditions
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

As pointed out in https://bugs.llvm.org/show_bug.cgi?id=38181, there are many
places in <future> where __assoc_sub_state::__state_ is accessed without a lock
being held. We need to audit these functions to see whether we're missing
locks.

-- 
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