uutils/coreutils

bug: split large -a number cause a panic

クローズ

#12,599 opened on 2026/06/04

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (1,981 件のフォーク)batch import
U - splitgood first issue

Repository metrics

Stars
 (23,893 個のスター)
PR merge metrics
 (平均マージ 5d 23h) (30d で 239 merged PRs)

説明

Hi, uutils mainateners

i tried

relunsec@relunsec:~/software/coreutils/target/debug$ ./split -a 66542562175252
memory allocation of 66542562175252 bytes failed
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted                    (core dumped) ./split -a 66542562175252

vs the gnu version behavior

relunsec@relunsec:~/software/coreutils/target/debug$ gnusplit -a 66542562175252

it does not panic but rust uutil version yees

コントリビューターガイド