1. 30 Dec, 2021 1 commit
    • Johny Mattsson's avatar
      Minor Lua fixes. (#3467) · d3b62b91
      Johny Mattsson authored
      Discovered over on the dev-esp32-idf4 branch.
      
      - Off by one error in loadLFS, leading to slight memory leak and
        potential corruption.
      
      - Insufficient return value check in loadLFS, where uzlib may return
        one of two success conditions, one of which would result in an
        out-of-bounds access and related pain.
      
      - One case of a side effect within a lua_assert(), leading to
        silently broken LFS image handling when compiling without asserts
        enabled, the issue showing up as module names being shuffled around.
      
      - Incorrect encoding of TValues in LFS when 64bit numbers in use.
      d3b62b91
  2. 06 Jan, 2021 1 commit
  3. 07 Nov, 2020 4 commits
  4. 18 Oct, 2020 1 commit
  5. 27 Sep, 2020 2 commits
  6. 29 Aug, 2020 1 commit
  7. 22 Aug, 2020 1 commit
  8. 16 Jun, 2020 1 commit
  9. 09 Jun, 2020 3 commits