[PATCH 1/2] Set default stack size from program environment
Roland McGrath
roland@hack.frob.com
Fri Mar 1 21:02:00 GMT 2013
> Does that means this affects all processes in the system? That's even
> worse than an environment variable.
It's worse in some regards and better in others. Anything overly
coarse-grained like system-wide configuration when it can be local
per-user or per-process/inherited configuration is worse for the
issues of user choice and flexibility. Conversely, anything only
changeable by privileged administrator action rather than inherited
from something casually fungible like the environment is better for
the issue of security hardening.
More information about the Libc-alpha
mailing list