Re: Heap use after free in lua_checkstack
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Heap use after free in lua_checkstack
- From: Phil Leblanc <philanc@...>
- Date: 2020年7月28日 19:37:53 +0000
On Tue, Jul 28, 2020 at 6:37 PM Petite Abeille <petite.abeille@gmail.com> wrote:
>
> Right, I suspect this is what the Squirrel paper describes:
>
> https://changochen.github.io/publication/squirrel_ccs2020.pdf
>
> And now Yongheng & Rui are applying a similar technic to Lua scripts instead of SQL scripts.
>
> Seems to work rather nicely altogether.
Just had a quick look at the paper (thanks for the reference). Very
impressive indeed!