mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
This query used two fastTC operations that were already somewhat inefficient on their own but could send the evaluator into an OOM loop when run in parallel without enough RAM. The fix is to recurse manually, starting just from the expressions that are potential candidates for alerts.