Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kliger (λgeek) <alklig@microsoft.com>2020-10-08 19:15:30 +0300
committerGitHub <noreply@github.com>2020-10-08 19:15:30 +0300
commit11136ad55767485063226be08cfbd32ed574ca43 (patch)
treefbf2cbfb23c00137e09262652c741f4653a84932 /.editorconfig
parentffcd7990d87e560c63413293c8efe1d1fc4e3584 (diff)
parent8d5604960b66287d391d5ff2aa093b2118466bd1 (diff)
Merge pull request #34 from lambdageek/fix-mono-gh-15418HEADmaster
[corlib] ThreadAbortException protection for ArraySortHelper The ArraySortHelper catches all exceptions in the comparer. If the sorting thread is aborted while it is running the comparer, the ArraySortHelper will catch the TAE and propagate an InvalidOperationException instead. As a workaround, catch and rethrow TAEs separately. Related to mono/mono#15418
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions