On Thu, 09 Apr 2020 14:44:14 +0200, Jeremie Courreges-Anglas wrote: > Right now we don't account for the space used by the environment. > We get lucky either because of the 5000 max args limit or because > environment size usually fits in the 4096 bytes safety net. > > The diff below uses the same approach as xargs(1). > While here, tweak the message in case of (unlikely) sysconf(3) failure.
Looks good. OK millert@ - todd
