2023-08-30 18:37:30

by Willy Tarreau

[permalink] [raw]
Subject: Re: [PATCH v3 0/1] Fix a stack misalign bug on _start

On Wed, Aug 30, 2023 at 08:02:22AM +0700, Ammar Faizi wrote:
> Hi Willy,
>
> This is a v3 revision.
>
> The ABI mandates that the %esp register must be a multiple of 16 when
> executing a 'call' instruction.
(...)

Thanks Ammar, now queued into the fixes branch.

Willy