uutils/coreutils

bug: split large -a number cause a panic

Fechada

#12.599 aberto em 4 de jun. de 2026

 (0 comentário) (0 reação) (0 responsável)Rust (1.981 forks)batch import
U - splitgood first issue

Métricas do repositório

Stars
 (23.893 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 23h) (239 fundiu PRs em 30d)

Description

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

Guia do colaborador