jbeich reported that xargs -Px doesn't work anymore because
of a botched rebase. This is true, but easy to fix. See attached patch.
I also added test cases to xargs to test -P functionality in the future.
There is Bugzilla 202152 about this.
Differential D3330
fix regression in xargs -Px and add regression tests allanjude on Aug 7 2015, 1:35 PM. Authored by Tags None Referenced Files
Subscribers
Details jbeich reported that xargs -Px doesn't work anymore because There is Bugzilla 202152 about this. kyua -k /usr/tests usr.bin/xargs
Diff Detail
Event TimelineComment Actions
Note, I'm not a src/ committer to have much weight.
Comment Actions In the process of being switched from strtoul() to strtonum(), a check against endptr was not removed, causing xargs to segfault This patch fixes that, and adds a set of regression tests against the -P flag, that were previously missing. I would like to commit this, to fix the previous commit. |