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

            Bug ID: 35167
           Summary: Merge r309875 into the 5.0 branch: Move lock
                    acquire/release functions in task deque cleanup code
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Runtime Library
          Assignee: unassignedb...@nondot.org
          Reporter: hah...@hahnjo.de
                CC: andrey.churba...@intel.com, jpeyto...@gmail.com,
                    llvm-bugs@lists.llvm.org, tstel...@redhat.com
            Blocks: 34492

The original locations can be reached without initializing the lock variable
(td_deque_lock), so it is potentially unsafe.  It is guaranteed that the lock
is initialized if the deque (td_deque) is not NULL, and lock functions can be
safely called.


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=34492
[Bug 34492] [meta] 5.0.1 Release Blockers
-- 
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