[PATCH 1/4] Add framework for tunables
Nix
nix@esperi.org.uk
Sun Jan 1 13:40:00 GMT 2017
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)
More information about the Libc-alpha
mailing list