Update of bug #59083 (project findutils): Status: Code Review => Fixed
_______________________________________________________ Follow-up Comment #3: Thanks for checking. Pushed. Regarding the varying argc numbers: this depends on the length of the arguments ... the sum of which always a bit below 128k (apart from the last run, obviously): $ ~/findutils/find/find -D exec /usr -exec echo {} + 2>&1 \ | grep 'DebugExec.*argc=' \ | awk '{print $1, $2, $3, $4, length($0)}' DebugExec: launching process (argc=3136): 137380 DebugExec: launching process (argc=1451): 133920 DebugExec: launching process (argc=2034): 135127 DebugExec: launching process (argc=2422): 135919 DebugExec: launching process (argc=2052): 135217 DebugExec: launching process (argc=1996): 135045 ... DebugExec: launching process (argc=2363): 135778 DebugExec: launching process (argc=250): 14865 _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?59083> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/