Re: LuaJIT FFI __gc metamethod?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaJIT FFI __gc metamethod?
- From: Javier Guerra Giraldez <javier@...>
- Date: 2011年2月28日 21:27:56 -0500
On Mon, Feb 28, 2011 at 7:39 PM, Josh Haberman <jhaberman@gmail.com> wrote:
> No matter how you use a C
> library, it should not corrupt C data or produce a core dump
> from Lua.
>
> You seem to be arguing that achieving this guarantee is not actually
> feasible.
Is there any example of a crash-producing exploit in Lua?
i think what Mike is talking about is (mostly) about runaway
processes; which you can't prevent without help from the OS
--
Javier