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

Add fuzzing to snprintf and fix overflow #503

Merged
merged 7 commits into from
Apr 18, 2024
Merged

Add fuzzing to snprintf and fix overflow #503

merged 7 commits into from
Apr 18, 2024

Conversation

mborland
Copy link
Member

Closes: #502

Copy link

codecov bot commented Apr 18, 2024

Codecov Report

Attention: Patch coverage is 86.20690% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 98.7%. Comparing base (ac3edde) to head (3e6412b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #503     +/-   ##
=========================================
- Coverage     98.7%   98.7%   -0.0%     
=========================================
  Files          179     179             
  Lines        11411   11418      +7     
=========================================
+ Hits         11262   11267      +5     
- Misses         149     151      +2     
Files Coverage Δ
include/boost/decimal/cstdio.hpp 92.9% <95.7%> (+1.9%) ⬆️
include/boost/decimal/charconv.hpp 94.9% <50.0%> (-1.0%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ac3edde...3e6412b. Read the comment docs.

@mborland mborland merged commit 74b13a8 into develop Apr 18, 2024
61 checks passed
@mborland mborland deleted the overflow branch April 18, 2024 12:08
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.

to_chars_fixed_impl buffer overrun
1 participant