• ziggurat29's avatar
    Fix occasional luac.cross crash (#2661) · 0c7758a5
    ziggurat29 authored
    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.
    0c7758a5
uzlib_deflate.c 18.8 KB