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

From: Willy Tarreau
Date: Tue Aug 29 2023 - 23:46:29 EST


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