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

Merge v0.10.x branch into the main branch #25

Merged
merged 13 commits into from
Jan 8, 2024
Merged

Merge v0.10.x branch into the main branch #25

merged 13 commits into from
Jan 8, 2024

Conversation

tatsuya6502
Copy link
Member

Pull the following bug fix from v0.10.x branch to the main branch.

Pin `cargo-platform` crate to v0.1.5.
Pin the Rust version for the MIPS targets to 1.72.1.
occurs

Using the harnesses, Kani Verifier should detect panics in
`FrequencySketch::index_of` method with some `u64` hash input.
debug build

- Replace `u64` `+` with `wrapping_add` to avoid overflow panic.
- Kani Verifier reports no panic in the `FrequencySketch::index_of` and other
  methods.
 Fix occasional panic in `FrequencySketch` in debug build
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

@tatsuya6502 tatsuya6502 merged commit 5be1c93 into main Jan 8, 2024
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant