Comment 3 for bug 249937

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

confirming.

== testcase ==
for f in `seq 1 20000`;echo -n "xxxxxxxx "; done | xargs -0

Only happens with -0 which means the input line is processed as one long line.