I'm just adding this more complex example to highlight
how mmv is affected, not just by the number of files it is
operating on directly, but by the number of files in the
current directory.
# BEGIN SCRIPT
mkdir -p mmv-bug.d/mmv-bug.d
cd mmv-bug.d/mmv-bug.d
find -maxdepth 1 | grep -c .
seq 1 2 |
Control: severity -1 grave
On Tue, 25 Jul 2023 at 15:21:47 -0500, David Starner wrote:
> prosfilaes@asimov:~/temp/temp2/temp/temp2$ for i in `seq 1 100`; do
> touch $i; done
> prosfilaes@asimov:~/temp/temp2/temp/temp2$ mmv "*0" "#1"
> realloc(): invalid pointer
> Aborted
This appears to be a regr
Package: mmv
Version: 2.5-1
Severity: important
prosfilaes@asimov:~/temp/temp2/temp/temp2$ rm *
prosfilaes@asimov:~/temp/temp2/temp/temp2$ for i in `seq 1 100`; do
touch $i; done
prosfilaes@asimov:~/temp/temp2/temp/temp2$ mmv "*0" "#1"
realloc(): invalid pointer
Aborted
prosfilaes@asimov:~/temp/te
3 matches
Mail list logo