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 typed_swap for ZSTs #3256

Merged
merged 4 commits into from
Jun 12, 2024
Merged

Fix typed_swap for ZSTs #3256

merged 4 commits into from
Jun 12, 2024

Commits on Jun 11, 2024

  1. Fix typed_swap for ZSTs

    typed_swap needs to be a no-op on ZSTs as pointers to those have an
    arbitrary value in Kani.
    
    Resolves: model-checking#3182
    tautschnig committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    df86d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e222642 View commit details
    Browse the repository at this point in the history
  3. Avoid sizeof

    tautschnig committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4d4c394 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    ae5f522 View commit details
    Browse the repository at this point in the history