Skip to content

dd: fix various i64 max errors#12965

Open
zhw2101024 wants to merge 2 commits into
uutils:mainfrom
zhw2101024:fix_various_i64_max_errors
Open

dd: fix various i64 max errors#12965
zhw2101024 wants to merge 2 commits into
uutils:mainfrom
zhw2101024:fix_various_i64_max_errors

Conversation

@zhw2101024

Copy link
Copy Markdown
Contributor

Fixes #12964
There's some cases on the i64 boundary where uutils dd cannot handle correctly.

@cakebaker cakebaker changed the title Fix various i64 max errors dd: fix various i64 max errors Jun 18, 2026
@zhw2101024

Copy link
Copy Markdown
Contributor Author

Forgot to test on windows, will try again later.

@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown

GNU testsuite comparison:

GNU test failed: tests/dd/misc. tests/dd/misc is passing on 'main'. Maybe you have to rebase?
Skip an intermittent issue tests/tail/tail-n0f (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/date/date-locale-hour (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tail/retry (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tail/symlink (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/rm/many-dir-entries-vs-OOM is now passing!

@zhw2101024 zhw2101024 force-pushed the fix_various_i64_max_errors branch from c3fd4b4 to f4cd13c Compare June 19, 2026 06:04
@codspeed-hq

codspeed-hq Bot commented Jun 19, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 323 untouched benchmarks
⏩ 46 skipped benchmarks1


Comparing zhw2101024:fix_various_i64_max_errors (64fb067) with main (d01be5b)

Open in CodSpeed

Footnotes

  1. 46 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@zhw2101024 zhw2101024 force-pushed the fix_various_i64_max_errors branch 5 times, most recently from f5d0f15 to 9c57691 Compare June 19, 2026 23:44
@zhw2101024 zhw2101024 force-pushed the fix_various_i64_max_errors branch from 9c57691 to 989f51a Compare June 20, 2026 00:18
@zhw2101024 zhw2101024 force-pushed the fix_various_i64_max_errors branch from 989f51a to 64fb067 Compare June 20, 2026 00:48
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.

dd: various issues related to the i64::MAX boundary

1 participant