1. 13 Jun, 2018 1 commit
    • antirez's avatar
      Security: update Lua struct package for security. · 8783fb94
      antirez authored
      During an auditing Apple found that the "struct" Lua package
      we ship with Redis (http://www.inf.puc-rio.br/~roberto/struct/) contains
      a security problem. A bound-checking statement fails because of integer
      overflow. The bug exists since we initially integrated this package with
      Lua, when scripting was introduced, so every version of Redis with
      EVAL/EVALSHA capabilities exposed is affected.
      
      Instead of just fixing the bug, the library was updated to the latest
      version shipped by the author.
      8783fb94
  2. 13 Dec, 2015 1 commit
  3. 23 Jan, 2013 1 commit
  4. 13 Feb, 2012 1 commit