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/4] Add framework for tunables


On 31 Dec 2016, Florian Weimer told this:

> On 12/31/2016 08:49 PM, Siddhesh Poyarekar wrote:
>
>>> I've also realized that the suggested csu/ move
>>> did not happen, so building with stack protector enabled could be broken.
>>
>> I saw your comment about it but did not link it to an actual suggestion.
>
> Never mind, it appears the existing magic in elf/Makefile takes care of the details.

Yeah, you never need to worry about dynamic-linker stack-protection
interactions in any directory because of that magic. It's static libc
init that poses problems for csu/, hence the hardwired disabling of the
stack-protector in csu/ for that case. (Though, as you noted in a
review, that also unfortunately catches any tests in that directory).

-- 
NULL && (void)


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