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

libfileref: fix segfault for files >2G #6462

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

garlick
Copy link
Member

@garlick garlick commented Nov 28, 2024

Problem: 'flux archive create' segfaults when it tries to archive files with size >2G.

Change a local variable from int to size_t.

Fixes #6461

Problem: 'flux archive create' segfaults when it tries to archive
files with size >2G.

Change a local variable from int to size_t.

Fixes flux-framework#6461
@vsoch
Copy link
Member

vsoch commented Nov 28, 2024

Thank you! 🙏

@mergify mergify bot merged commit 9c3bb07 into flux-framework:master Nov 28, 2024
34 checks passed
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.62%. Comparing base (8015f88) to head (69dc453).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6462      +/-   ##
==========================================
+ Coverage   83.61%   83.62%   +0.01%     
==========================================
  Files         523      523              
  Lines       87547    87547              
==========================================
+ Hits        73199    73214      +15     
+ Misses      14348    14333      -15     
Files with missing lines Coverage Δ
src/common/libfilemap/fileref.c 76.63% <100.00%> (ø)

... and 11 files with indirect coverage changes

@garlick garlick deleted the issue#6461 branch November 30, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Core dump with flux archive create
2 participants