Skip to content

Commit

Permalink
Rollup merge of #124281 - RalfJung:win-tls, r=joboet
Browse files Browse the repository at this point in the history
fix weak memory bug in TLS on Windows

We need to store the `key` *after* we register the dtor.

Now I hope there isn't also some other reason why we have to actually register the dtor last... `@joboet` is there a reason you picked this particular order in rust-lang/rust#102655?

Fixes rust-lang/rust#123583
  • Loading branch information
fmease committed Apr 24, 2024
2 parents 5ddb10e + 373f534 commit 7900f0d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 7900f0d

Please sign in to comment.