summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2024-07-24 12:25:21 -0500
committerGitHub <noreply@github.com>2024-07-24 12:25:21 -0500
commit2e57e6366677390110f5382894c8afeba8da7419 (patch)
treef4e09ae875cd52f9bbc4c2e790ea75e7ec25ed94 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent97839a8862bde89f07060ff0aa4993a868a501cd (diff)
[OpenMP][libomp] Fix tasking debug assert (#95823)
The debug assert is meant to check that the index is a valid which means the runtime needs to check against the size of the array instead of the number of threads. A free()-ed thread put back in the thread pool may index into anywhere inside the task team's available array from 0 to tt_max_threads potentially. Fixes: #94260
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions