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

Conversation

Zentrik
Copy link

@Zentrik Zentrik commented Oct 26, 2024

Closes #189. If a new release could be cut once this is merged that would be useful.

Copy link

codecov bot commented Oct 26, 2024

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.

src/floats.jl Outdated Show resolved Hide resolved
src/floats.jl Outdated Show resolved Hide resolved
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.

Buffer Overflow during precompile
2 participants