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

Fixed size inconsistency between allocating and enlarging #2062

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

PieterOlivier
Copy link
Contributor

In some rare cases (after error recovery), the propagatedPrefixes bitset was too small. This was caused by a difference in size between allocating a new bitset and enlarging the bitset.
This is solved in this PR.

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49%. Comparing base (803724c) to head (eadc959).
Report is 2 commits behind head on feat/error-recovery.

Additional details and impacted files
@@                  Coverage Diff                  @@
##             feat/error-recovery   #2062   +/-   ##
=====================================================
- Coverage                     49%     49%   -1%     
+ Complexity                  6590    6580   -10     
=====================================================
  Files                        685     685           
  Lines                      61146   61146           
  Branches                    8849    8849           
=====================================================
- Hits                       30217   30193   -24     
- Misses                     28723   28745   +22     
- Partials                    2206    2208    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PieterOlivier PieterOlivier merged commit 1633109 into feat/error-recovery Oct 24, 2024
7 checks passed
@PieterOlivier PieterOlivier mentioned this pull request Oct 28, 2024
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.

3 participants