Hi, uutils mainteners
our testing confirmed
relunsec@relunsec:~/software/coreutils/target/debug$ ./split -a 255
split: unable to open 'xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'; aborting
relunsec@relunsec:~/software/coreutils/target/debug$
it fails in the open process after 255 and no errors reported, the gnu one not errors out
relunsec@relunsec:~/software/coreutils/target/debug$ gnusplit -a 255
and no errors
Hi, uutils mainteners
our testing confirmed
it fails in the open process after 255 and no errors reported, the gnu one not errors out
and no errors