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

Fix buffer overflow for Julia >=1.11 in mpfr_strtofr #193

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Copy `Memory` on Julia 1.11

d4f3df9
Select commit
Loading
Failed to load commit list.
Open

Fix buffer overflow for Julia >=1.11 in mpfr_strtofr #193

Copy `Memory` on Julia 1.11
d4f3df9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 16, 2024 in 1s

86.97% (-1.44%) compared to 6e12d5f

View this Pull Request on Codecov

86.97% (-1.44%) compared to 6e12d5f

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.97%. Comparing base (6e12d5f) to head (d4f3df9).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/floats.jl 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #193      +/-   ##
==========================================
- Coverage   88.41%   86.97%   -1.44%     
==========================================
  Files          10        9       -1     
  Lines        1891     1874      -17     
==========================================
- Hits         1672     1630      -42     
- Misses        219      244      +25     

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