luazlib is not 64-bit safe. look at line 123 of the source. it's passing the address of an int to a function expecting a size_t. if size_t is bigger than in, poop.
I'd fix it, but I can't get the port to build right now. This is almost certainly my own fault, but I thought I'd at least point at that the code is wrong by inspection.
