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/pr/bounded-memory (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/tail/symlink (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/cp/link-heap 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 (9987869) with main (395da6a)

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 from f4cd13c to 9dde5b1 Compare June 19, 2026 08:34
@zhw2101024 zhw2101024 force-pushed the fix_various_i64_max_errors branch from 9dde5b1 to 9987869 Compare June 19, 2026 13:37
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