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 3/6] Reinstantiate fd range check if and only if defined _STRICT_FD_SIZE_CHECK=1


On 04/03/2013 11:48 AM, chrubis@suse.cz wrote:
Hi!
How so?  _FORTIFY_SOURCE is not enabled by default.  If you switch it
on, there are other (valid) uses which break.

That is simply not true. It's not turned on in glibc by default but
several build systems enable it system-wide. For example SUSE
buildservice.

Yes, and those of us who enable it deal with the resulting application failures.

I really don't like adding additional _FORTIFY_SOURCE options. Enabling this feature is already sufficiently complicated.

--
Florian Weimer / Red Hat Product Security Team


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