diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-02-20 10:49:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-20 10:49:13 +0100 |
| commit | 5d285dcb220b58a8bdef7304f54bc0d8f184393c (patch) | |
| tree | 19b3e7c420aa24223fe314bcaea5d4e78b91bb60 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | d96951f5543869567e30ab1c63c0ac44d0d74c30 (diff) | |
| parent | 437f56edf43182955bb099a0d95970d63492196c (diff) | |
| download | rust-5d285dcb220b58a8bdef7304f54bc0d8f184393c.tar.gz rust-5d285dcb220b58a8bdef7304f54bc0d8f184393c.zip | |
Rollup merge of #69266 - Zoxc:fix-source-map-race, r=wesleywiser
Fix race condition when allocating source files in SourceMap This makes allocating address space in the source map an atomic operation. `rustc` does not currently do this in parallel, so this bug can't trigger, but parsing files in parallel could trigger it, and that is something we want to do. Fixes https://github.com/rust-lang/rust/issues/69261. r? @wesleywiser
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
