Hacker News new | past | comments | ask | show | jobs | submit | kfmdnfj's comments login

Isn't hardening source code parsing much more difficult then hardening byte code parsing?

Sure, the output of the lua compiler might be guaranteed to not invoke undefined behavior in the byte code interpreter, but the compiler itself might be vulnerable.

To my knowledge, compilers like GCC and clang treat source code as trusted for this reason


Depending on the implementation, there might still be multiple bugs lurking, especially in input parsing


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: