This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2] Set default stack size from program environment


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]