diff options
| author | bors <bors@rust-lang.org> | 2024-06-09 10:18:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-06-09 10:18:56 +0000 |
| commit | 509eec19c4aa71f51d37548c512496b5d43276c3 (patch) | |
| tree | 09160145b97a98003a78fa40071a31281d9276cc /compiler/rustc_codegen_llvm/src | |
| parent | de822dc602c1e9da9572b91864bd7aa0101337e0 (diff) | |
| parent | 40182becc33908598d6ee00e5741fd6d218fa2c1 (diff) | |
| download | rust-509eec19c4aa71f51d37548c512496b5d43276c3.tar.gz rust-509eec19c4aa71f51d37548c512496b5d43276c3.zip | |
Auto merge of #3653 - tiif:bug/futex_ice, r=RalfJung
Fix futex with large timeout ICE Fixes #3647. This PR changed the type of ``nanoseconds`` from ``u64`` to ``u128``. In ``duration_since``, nanoseconds is manually converted to second by dividing it with 1e9. But overflow is still possible.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
