Added macro LUAI_STRICT_ADDRESS
By default, the code assumes it is safe to use a dealocated pointer as long as the code does not access it.
This commit is contained in:
Reference in New Issue
Block a user
By default, the code assumes it is safe to use a dealocated pointer as long as the code does not access it.