Skip to content

Fix infinite loop

Waqar Ahmed requested to merge work/fix-dap-infinite-loop into master

With bad input this function gets stuck in an infinite loop. The reason is that the lambda capture everything by value.

Merge request reports

Loading