[PATCH 1/2] find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit

Bartosz Gołaszewski bartekgola at gmail.com
Thu Jul 3 12:27:31 UTC 2014


Hi Denys,

have you read my message from June 10th in this thread? Could you
review the patches I attached back then? Busybox still uses ARG_MAX as
default, which is smaller than sysconf(_SC_ARG_MAX) on every system I
checked. In fact commit 5aeae36 isn't even needed if we switch to
using sysconf() as default.

Best regards,
Bartosz Gołaszewski


More information about the busybox mailing list