1. 12 Jan, 2022 1 commit
  2. 17 Feb, 2019 1 commit
  3. 12 Feb, 2019 1 commit
    • 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
  4. 03 Dec, 2018 1 commit
  5. 29 Sep, 2018 1 commit