RoaringBitmap / roaring-rs

A better compressed bitset in Rust
https://docs.rs/roaring/
Apache License 2.0
743 stars 82 forks source link

Fix potential overflow in deserialization of Bitmap #271

Closed kirk-baird closed 4 months ago

kirk-baird commented 5 months ago

Solves #270

kirk-baird commented 5 months ago

Pushed some fixes for the beta clippy lints.

Kerollmops commented 5 months ago

Pushed some fixes for the beta clippy lints.

Thank you! Could you fix the other clippy issues, please?

kirk-baird commented 5 months ago

I think I've got all of the lints this time :crossed_fingers:

kirk-baird commented 4 months ago

@Kerollmops looks like the workflows need to be triggered manually