bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #62622] E2BIG misbehaviour


From: Bernhard Voelker
Subject: [bug #62622] E2BIG misbehaviour
Date: Tue, 14 Jun 2022 16:40:31 -0400 (EDT)

Update of bug #62622 (project findutils):

                  Status:                    None => Confirmed              
             Assigned to:                    None => berny                  
                 Release:                    None => 4.9.0                  

    _______________________________________________________

Follow-up Comment #2:

Indeed, there seems to be some overflow bug in that heuristic which needs to
be fixed.

But a word about the reproducer.

> $ yes | xargs -ts $limit /bin/sh -c 'echo;echo "$(date +%s.%N): $#"' |
[...]

If the shell is invoked like that, then one has to pass something as the
script name $0 to it;
otherwise the shell would see the first argument as script name:


$ seq 3 | xargs sh -c 'echo "$0: $@"'         
1: 2 3

$ seq 3 | xargs sh -c 'echo "$0: $@"' myscript
myscript: 1 2 3




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62622>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]