diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2024-07-24 12:25:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 12:25:21 -0500 |
| commit | 2e57e6366677390110f5382894c8afeba8da7419 (patch) | |
| tree | f4e09ae875cd52f9bbc4c2e790ea75e7ec25ed94 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface | |
| parent | 97839a8862bde89f07060ff0aa4993a868a501cd (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/Interfaces/ScriptedProcessPythonInterface')
0 files changed, 0 insertions, 0 deletions
