grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] STACK_PROTECTOR: Support symbols emitted by windows compiler


From: Glenn Washburn
Subject: Re: [PATCH] STACK_PROTECTOR: Support symbols emitted by windows compiler
Date: Wed, 3 Apr 2024 16:27:39 -0500

On Fri, 15 Mar 2024 21:43:22 +0300
"Vladimir 'phcoder' Serbinenko" <phcoder@gmail.com> wrote:

> stack protector needs symbols with just one underscore in C
> name unlike unix variant that needs double underscore.
> Supply both symbols for simplicity
> 
> Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
> 

Instead of essentially duplicating symbols and cluttering the code. Why
can't we use the same technique in commit b0da8d3d35 which uses the
linker to define an alias symbol?

Glenn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]