lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




On Wed, Sep 23, 2020, 14:15 Yongheng Chen <changochen1@gmail.com> wrote:

So if the load function causes memory corruption, it is not considered as bugs?

 


Compiling Lua from source is very fast so if you can't trust compiled code just don't use it, load source code. Fuzzing binary code will give you plenty of crashes, that's expected behavior.