Skip to content

Fix soundness issue in FixedBitSet::grow_and_insert#142

Open
Shnatsel wants to merge 2 commits into
petgraph:masterfrom
Shnatsel:soundness
Open

Fix soundness issue in FixedBitSet::grow_and_insert#142
Shnatsel wants to merge 2 commits into
petgraph:masterfrom
Shnatsel:soundness

Conversation

@Shnatsel
Copy link
Copy Markdown

Fixes #140

It's immaterial if you use saturating_add or checked_add here because the program will terminate one way or another.

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.

Unsoundness bug in this crate by FixedBitSet::grow_and_insert

1 participant