[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] pkl: Add canary to exception and return stacks
From: |
Mohammad-Reza Nabipoor |
Subject: |
Re: [PATCH 2/2] pkl: Add canary to exception and return stacks |
Date: |
Mon, 27 Dec 2021 03:37:17 +0330 |
Hi, Jose.
On Sun, Dec 26, 2021 at 07:49:54PM +0100, Jose E. Marchesi wrote:
>
> Hi Mohammad.
>
> > 2021-12-26 Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
> >
> > * libpoke/pvm.jitter (state-struct-backing-c): Remove `canary` field.
> > Add `canary_{,return,exception}stack` fields.
> > (state-initialization-c): Init new fields.
> > (canary): Install canaries for stacks.
> > (exit): Add assertions for stack canaries.
> > (strace): s/canary/canary_stack/.
>
> This is OK for both master and maint/poke-1.
Pushed both to master and maint/poke-1.
Thanks!