[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: In Lua 5.3 -- why were string.[un]pack(int|float)() added?
- From: Sean Conner <sean@...>
- Date: Sat, 19 Apr 2014 19:10:09 -0400
It was thus said that the Great Coroutines once stated:
> On Sat, Apr 19, 2014 at 2:56 PM, Sean Conner <sean@conman.org> wrote:
>
> > I hope you mean "same process" otherwise, you'll have problems with
> > pointers in the userdata.
>
> For lightuserdata yes -- also for when ASLR[1] is not in effect I guess?
ASLR randomizes function addresses, starting stack address and starting
heap address on program startup, not while it's running.
-spc
> [1]: http://en.wikipedia.org/wiki/Address_space_layout_randomization