xargs: fix parsing of empty fields when "xargs -0" is used.
authormillert <millert@openbsd.org>
Fri, 22 Dec 2023 17:12:13 +0000 (17:12 +0000)
committermillert <millert@openbsd.org>
Fri, 22 Dec 2023 17:12:13 +0000 (17:12 +0000)
commitdffc24ecb5d0cc1d89f1ad0d6baa88bc201f926b
treedf2df994b82dd48814c271996ae7c6a65d12cb6c
parent5065ecc0235fc02b344ed6b4e59616bb05406b4e
xargs: fix parsing of empty fields when "xargs -0" is used.
Previously, these fields would be skipped.  From Hiltjo Posthuma.
regress/usr.bin/xargs/xargs-L.sh
usr.bin/xargs/xargs.c