diff options
| author | Steven Fackler <sfackler@gmail.com> | 2013-10-03 21:34:35 -0700 |
|---|---|---|
| committer | Steven Fackler <sfackler@gmail.com> | 2013-10-05 10:37:11 -0700 |
| commit | 1d19ad97871d22fb26a6ba0856d106546da8612d (patch) | |
| tree | 97b5d66c5b2a134deb2871b6914b2b2a39528db8 /src/test/codegen/stack-alloc-string-slice.rs | |
| parent | 4bae639d86bd4c63040874dd5c305983832162c0 (diff) | |
| download | rust-1d19ad97871d22fb26a6ba0856d106546da8612d.tar.gz rust-1d19ad97871d22fb26a6ba0856d106546da8612d.zip | |
Fix thread safety issues in dynamic_lib
The root issue is that dlerror isn't reentrant or even thread safe. The Windows code isn't affected since errno is thread-local on Windows and it's running in an atomically block to ensure there isn't a green thread context switch. Closes #8156
Diffstat (limited to 'src/test/codegen/stack-alloc-string-slice.rs')
0 files changed, 0 insertions, 0 deletions
