1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 01:31:08 +00:00
uutils-coreutils/src
Jeffrey Finkelstein d782fd1bd3 dd: parse big numbers and return u64::MAX
Change the behavior of `dd` so that it parses numbers that would be too
big and instead treats them as `u64::MAX`. This allows `dd` to run
without error on

    dd count=00x9999999999999999999999999999999999999999999999999999999999999

This matches the behavior of GNU `dd`.
2024-01-28 13:41:34 -05:00
..
bin Remove the author copyright notices (#5184) 2023-08-21 12:23:18 +02:00
uu dd: parse big numbers and return u64::MAX 2024-01-28 13:41:34 -05:00
uucore uucore: remove unneccessary closues 2024-01-28 09:42:40 +01:00
uucore_procs 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
uuhelp_parser 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00