On Wed, 12 Feb 2025 10:09:27 +0100
Morten Brørup wrote:
> > From: Stephen Hemminger [mailto:step...@networkplumber.org]
> > Sent: Tuesday, 11 February 2025 18.35
> >
> > When memset() is used before a release function such as free,
> > the compiler if allowed to optimize the memset away under
>
> From: Stephen Hemminger [mailto:step...@networkplumber.org]
> Sent: Tuesday, 11 February 2025 18.35
>
> When memset() is used before a release function such as free,
> the compiler if allowed to optimize the memset away under
> the as-if rules. This is normally ok, but in certain cases such
> as
Signed-off-by: Chengwen Feng
On 2025/2/12 1:35, Stephen Hemminger wrote:
> When memset() is used before a release function such as free,
> the compiler if allowed to optimize the memset away under
> the as-if rules. This is normally ok, but in certain cases such
> as passwords or security keys it
3 matches
Mail list logo