[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Heap use after free in lua_checkstack
- From: Petite Abeille <petite.abeille@...>
- Date: Tue, 28 Jul 2020 20:36:55 +0200
> On Jul 28, 2020, at 20:22, Phil Leblanc <philanc@gmail.com> wrote:
>
> In the sqlite thread you pointed to recently, Richard Hipp suggests
> that the fuzzer could be (based on) AFL (the "american fuzzy lop") [1]
> [2]
>
> [1] https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg117815.html
> [2] https://github.com/google/AFL
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.