diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-08-12 17:09:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-12 17:09:16 +0200 |
| commit | aa6f240972f58c791481cce8cf98fe84d3b3d702 (patch) | |
| tree | 0a3dd2561420cca103c17199cb1ca2c3ccd8ed5e /compiler/rustc_codegen_llvm/src | |
| parent | aea508796429237bac680b2a65fc4be48341307f (diff) | |
| parent | 8542cd67f0581dbace80f451a90caf9257802cb1 (diff) | |
| download | rust-aa6f240972f58c791481cce8cf98fe84d3b3d702.tar.gz rust-aa6f240972f58c791481cce8cf98fe84d3b3d702.zip | |
Rollup merge of #128632 - joboet:dont_overwrite_style, r=Amanieu
std: do not overwrite style in `get_backtrace_style` If another thread calls `set_backtrace_style` while a `get_backtrace_style` is reading the environment variables, `get_backtrace_style` will overwrite the value. Use an atomic CAS to avoid this.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
