Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix soundness hole in join macros #2649

Merged

Commits on Oct 12, 2022

  1. fix soundness hole in join macros

    add a miri regression test
    update failing tests (join sizes increased due to fix)
    Pointerbender committed Oct 12, 2022
    Copy the full SHA
    caf7db4 View commit details
    Browse the repository at this point in the history
  2. fix CI / cross test by ignoring join_size and try_join_size tes…

    …ts on "non-64-bit pointer" targets (e.g. `i686-unknown-linux-gnu`)
    
    (this is the same fix that was also applied in PR rust-lang#2447)
    Pointerbender committed Oct 12, 2022
    Copy the full SHA
    4e5db14 View commit details
    Browse the repository at this point in the history