ziggurat29 0c7758a555 Fix occasional luac.cross crash (#2661)
A block of memory is accessed after having been freed. This was obscured by the fact that 'oBuf' is a pointer into the middle of the block 'dynamicTables', so when dynamicTables is freed, oBuf is pointing to freed memory. Occasionally, luac.cross would crash because of this.
2019-02-12 22:30:54 +01:00
..
2018-04-19 16:43:55 +01:00
2019-02-05 20:59:35 +01:00
2018-07-20 23:07:16 +02:00
2017-07-03 13:35:45 +10:00
2017-12-03 13:14:22 +01:00
2018-04-19 16:43:55 +01:00
2019-01-15 17:02:32 +01:00