Skip to content

fix: avoid panic on -fprintf with missing arguments#698

Merged
hanbings merged 2 commits into
uutils:mainfrom
sylvestre:696
Jun 4, 2026
Merged

fix: avoid panic on -fprintf with missing arguments#698
hanbings merged 2 commits into
uutils:mainfrom
sylvestre:696

Conversation

@sylvestre
Copy link
Copy Markdown
Contributor

Fixes #696

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.74%. Comparing base (5269e23) to head (0aee5cc).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #698      +/-   ##
==========================================
+ Coverage   91.71%   91.74%   +0.03%     
==========================================
  Files          31       31              
  Lines        6323     6323              
  Branches      337      337              
==========================================
+ Hits         5799     5801       +2     
+ Misses        398      397       -1     
+ Partials      126      125       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sylvestre sylvestre requested a review from hanbings June 4, 2026 18:27
@hanbings hanbings merged commit 9a1e379 into uutils:main Jun 4, 2026
21 checks passed
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.

bug: empty find -fprintf causes a panic

2 participants