lua-users home
lua-l archive

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


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