Skip to content

Fix integer overflow in channel_converter_unsigned_integral_nondivisible - #801

Merged
sdebionne merged 1 commit into
boostorg:developfrom
sdebionne:fix-channel-convert-int-overflow
Sep 2, 2026
Merged

Fix integer overflow in channel_converter_unsigned_integral_nondivisible#801
sdebionne merged 1 commit into
boostorg:developfrom
sdebionne:fix-channel-convert-int-overflow

Conversation

@sdebionne

@sdebionnesdebionne commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Description

Fix a potential integer overflow in channel conversion.

References

Closes#730

Tasklist

  • Add test case(s)
  • Ensure all CI builds pass
  • Review and approve

@sdebionnesdebionne added this to the Boost 1.93 milestone Sep 2, 2026
@sdebionnesdebionne self-assigned this Sep 2, 2026
@sdebionnesdebionne added the cat/bug But reports and bug fixes label Sep 2, 2026
@codecov

codecovBot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.05%. Comparing base (d8e50eb) to head (4664a7e).
⚠️ Report is 6 commits behind head on develop.

Additional details and impacted files
@@ Coverage Diff @@## develop #801 +/- ##
========================================
Coverage 82.05% 82.05% ========================================
Files 117 117 Lines 5383 5384 +1 ========================================
+ Hits 4417 4418 +1 
Misses 966 966 
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sdebionne
sdebionne marked this pull request as ready for review September 2, 2026 19:09
@sdebionne
sdebionne merged commit b4098a8 into boostorg:developSep 2, 2026
31 checks passed
@sdebionne
sdebionne deleted the fix-channel-convert-int-overflow branch September 3, 2026 12:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cat/bugBut reports and bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Overflow in channel convertion

2 participants

@sdebionne@mloskot